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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#group_nameString

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

Returns:

  • (String)


53617
53618
53619
53620
53621
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53617

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