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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The Amazon Resource Name (ARN) of the placement group.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

The ID of the placement group.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#group_nameString

The name of the placement group.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#partition_countInteger

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

Returns:

  • (Integer)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#spread_levelString

The spread level for the placement group. Only Outpost placement groups can be spread across hosts.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the placement group.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#strategyString

The placement strategy.

Returns:

  • (String)


53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags applied to the placement group.

Returns:



53676
53677
53678
53679
53680
53681
53682
53683
53684
53685
53686
53687
# File 'lib/aws-sdk-ec2/types.rb', line 53676

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level)
  SENSITIVE = []
  include Aws::Structure
end