Class: Aws::EC2::Types::CreatePlacementGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreatePlacementGroupResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#placement_group ⇒ Types::PlacementGroup
Information about the placement group.
Instance Attribute Details
#placement_group ⇒ Types::PlacementGroup
Information about the placement group.
11111 11112 11113 11114 11115 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11111 class CreatePlacementGroupResult < Struct.new( :placement_group) SENSITIVE = [] include Aws::Structure end |