class Aws::Xml::Parser
def member_key(shape)
def member_key(shape) if Seahorse::Model::Shapes::List === shape && flat?(shape) shape.member.location_name || shape.location_name else shape.location_name end end
def member_key(shape) if Seahorse::Model::Shapes::List === shape && flat?(shape) shape.member.location_name || shape.location_name else shape.location_name end end