Class: Aws::Types::CreatePlacementGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2934
2935
2936
# File 'sig/types.rbs', line 2934

def dry_run
  @dry_run
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


2935
2936
2937
# File 'sig/types.rbs', line 2935

def group_name
  @group_name
end

#linked_group_id::String

Returns the value of attribute linked_group_id.

Returns:

  • (::String)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def linked_group_id
  @linked_group_id
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



2932
2933
2934
# File 'sig/types.rbs', line 2932

def operator
  @operator
end

#parent_group_id::String

Returns the value of attribute parent_group_id.

Returns:

  • (::String)


2933
2934
2935
# File 'sig/types.rbs', line 2933

def parent_group_id
  @parent_group_id
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def partition_count
  @partition_count
end

#spread_level"host", "rack"

Returns the value of attribute spread_level.

Returns:

  • ("host", "rack")


2930
2931
2932
# File 'sig/types.rbs', line 2930

def spread_level
  @spread_level
end

#strategy"cluster", ...

Returns the value of attribute strategy.

Returns:

  • ("cluster", "spread", "partition", "precision-time")


2936
2937
2938
# File 'sig/types.rbs', line 2936

def strategy
  @strategy
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2929
2930
2931
# File 'sig/types.rbs', line 2929

def tag_specifications
  @tag_specifications
end