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)


27981
27982
27983
27984
# File 'lib/aws-sdk-ec2/types.rb', line 27981

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