class Aws::Structure
def parse_args(args)
def parse_args(args) case args.count when 0 then [[], []] when 1 then parse_single_arg(args.first) else [args, []] end end
def parse_args(args) case args.count when 0 then [[], []] when 1 then parse_single_arg(args.first) else [args, []] end end