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)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#group_idString

The ID of the placement group.

Returns:

  • (String)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#group_nameString

The name of the placement group.

Returns:

  • (String)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#linked_group_idString

Reserved for future use.

Returns:

  • (String)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#operatorTypes::OperatorResponse

The service provider that manages the Placement Group.



69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#partition_countInteger

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

Returns:

  • (Integer)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

class PlacementGroup < Struct.new(
  :group_name,
  :state,
  :strategy,
  :partition_count,
  :group_id,
  :tags,
  :group_arn,
  :spread_level,
  :linked_group_id,
  :operator)
  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)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#stateString

The state of the placement group.

Returns:

  • (String)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#strategyString

The placement strategy.

Returns:

  • (String)


69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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

#tagsArray<Types::Tag>

Any tags applied to the placement group.

Returns:



69278
69279
69280
69281
69282
69283
69284
69285
69286
69287
69288
69289
69290
69291
# File 'lib/aws-sdk-ec2/types.rb', line 69278

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