class Seahorse::Model::Shapes::ShapeRef

def location_name

Returns:
  • (String, nil) -
def location_name
  @location_name || (shape && shape['locationName'])
end