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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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)


54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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:



54526
54527
54528
54529
54530
54531
54532
54533
54534
54535
54536
54537
# File 'lib/aws-sdk-ec2/types.rb', line 54526

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