Class: Aws::Types::PlacementGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_arn::String

Returns the value of attribute group_arn.

Returns:

  • (::String)


15478
15479
15480
# File 'sig/types.rbs', line 15478

def group_arn
  @group_arn
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


15476
15477
15478
# File 'sig/types.rbs', line 15476

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


15472
15473
15474
# File 'sig/types.rbs', line 15472

def group_name
  @group_name
end

#linked_group_id::String

Returns the value of attribute linked_group_id.

Returns:

  • (::String)


15480
15481
15482
# File 'sig/types.rbs', line 15480

def linked_group_id
  @linked_group_id
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



15481
15482
15483
# File 'sig/types.rbs', line 15481

def operator
  @operator
end

#parent_group_id::String

Returns the value of attribute parent_group_id.

Returns:

  • (::String)


15482
15483
15484
# File 'sig/types.rbs', line 15482

def parent_group_id
  @parent_group_id
end

#partition_count::Integer

Returns the value of attribute partition_count.

Returns:

  • (::Integer)


15475
15476
15477
# File 'sig/types.rbs', line 15475

def partition_count
  @partition_count
end

#spread_level"host", "rack"

Returns the value of attribute spread_level.

Returns:

  • ("host", "rack")


15479
15480
15481
# File 'sig/types.rbs', line 15479

def spread_level
  @spread_level
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


15473
15474
15475
# File 'sig/types.rbs', line 15473

def state
  @state
end

#strategy"cluster", ...

Returns the value of attribute strategy.

Returns:

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


15474
15475
15476
# File 'sig/types.rbs', line 15474

def strategy
  @strategy
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



15477
15478
15479
# File 'sig/types.rbs', line 15477

def tags
  @tags
end