Class: Aws::EC2::Types::PlacementGroup

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

Overview

Describes a placement group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the placement group.

Returns:

  • (String)


17973
17974
17975
17976
17977
17978
# File 'lib/aws-sdk-ec2/types.rb', line 17973

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy)
  include Aws::Structure
end

#stateString

The state of the placement group.

Returns:

  • (String)


17973
17974
17975
17976
17977
17978
# File 'lib/aws-sdk-ec2/types.rb', line 17973

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy)
  include Aws::Structure
end

#strategyString

The placement strategy.

Returns:

  • (String)


17973
17974
17975
17976
17977
17978
# File 'lib/aws-sdk-ec2/types.rb', line 17973

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy)
  include Aws::Structure
end