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)


27965
27966
27967
27968
27969
27970
27971
# File 'lib/aws-sdk-ec2/types.rb', line 27965

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

#partition_countInteger

The number of partitions. Valid only if strategy is set to ‘partition`.

Returns:

  • (Integer)


27965
27966
27967
27968
27969
27970
27971
# File 'lib/aws-sdk-ec2/types.rb', line 27965

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

#stateString

The state of the placement group.

Returns:

  • (String)


27965
27966
27967
27968
27969
27970
27971
# File 'lib/aws-sdk-ec2/types.rb', line 27965

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

#strategyString

The placement strategy.

Returns:

  • (String)


27965
27966
27967
27968
27969
27970
27971
# File 'lib/aws-sdk-ec2/types.rb', line 27965

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