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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the placement group that the instance is in.

Returns:

  • (String)


52883
52884
52885
52886
52887
# File 'lib/aws-sdk-ec2/types.rb', line 52883

class PlacementResponse < Struct.new(
  :group_name)
  SENSITIVE = []
  include Aws::Structure
end