Class: Aws::EC2::Types::PlacementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PlacementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the placement of an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the placement group that the instance is in.
Instance Attribute Details
#group_name ⇒ String
The name of the placement group that the instance is in.
57785 57786 57787 57788 57789 |
# File 'lib/aws-sdk-ec2/types.rb', line 57785 class PlacementResponse < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end |