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)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def dry_run
  @dry_run
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


3097
3098
3099
# File 'sig/types.rbs', line 3097

def group_name
  @group_name
end

#linked_group_id::String

Returns the value of attribute linked_group_id.

Returns:

  • (::String)


3093
3094
3095
# File 'sig/types.rbs', line 3093

def linked_group_id
  @linked_group_id
end

#operatorTypes::OperatorRequest

Returns the value of attribute operator.



3094
3095
3096
# File 'sig/types.rbs', line 3094

def operator
  @operator
end

#parent_group_id::String

Returns the value of attribute parent_group_id.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def parent_group_id
  @parent_group_id
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


3090
3091
3092
# File 'sig/types.rbs', line 3090

def partition_count
  @partition_count
end

#spread_level"host", "rack"

Returns the value of attribute spread_level.

Returns:

  • ("host", "rack")


3092
3093
3094
# File 'sig/types.rbs', line 3092

def spread_level
  @spread_level
end

#strategy"cluster", ...

Returns the value of attribute strategy.

Returns:

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


3098
3099
3100
# File 'sig/types.rbs', line 3098

def strategy
  @strategy
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3091
3092
3093
# File 'sig/types.rbs', line 3091

def tag_specifications
  @tag_specifications
end