class Aws::Structure
def new(*args)
- Api: - private
def new(*args) if args == ['AwsEmptyStructure'] super elsif args.empty? || args.first == [] EmptyStructure else super(*args) end end
def new(*args) if args == ['AwsEmptyStructure'] super elsif args.empty? || args.first == [] EmptyStructure else super(*args) end end