class Seahorse::Model::Shapes::StructureShape

def initialize(options = {})

def initialize(options = {})
  @members = {}
  @members_by_location_name = {}
  @required = Set.new
  super
end