Class: Seahorse::Model::Shapes::UnionShape
- Inherits:
-
StructureShape
- Object
- Shape
- StructureShape
- Seahorse::Model::Shapes::UnionShape
- Defined in:
- gems/aws-sdk-core/lib/seahorse/model/shapes.rb
Instance Attribute Summary
Attributes inherited from StructureShape
Attributes inherited from Shape
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ UnionShape
constructor
A new instance of UnionShape.
Methods inherited from StructureShape
#add_member, #member, #member?, #member_names, #members
Methods inherited from Shape
Constructor Details
#initialize(options = {}) ⇒ UnionShape
Returns a new instance of UnionShape.
274 275 276 277 |
# File 'gems/aws-sdk-core/lib/seahorse/model/shapes.rb', line 274 def initialize( = {}) @member_subclasses = {} super .merge(union: true) end |