Class: Aws::EC2::Types::PlacementResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the placement of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the placement group the instance is in.

Returns:

  • (String)


27753
27754
27755
27756
# File 'lib/aws-sdk-ec2/types.rb', line 27753

class PlacementResponse < Struct.new(
  :group_name)
  include Aws::Structure
end