Class: Aws::EC2::Types::PlacementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PlacementResponse
- Defined in:
- gems/aws-sdk-ec2/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.
58010 58011 58012 58013 58014 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58010 class PlacementResponse < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end |