Class: Aws::Types::Placement
- Inherits:
-
Object
- Object
- Aws::Types::Placement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#affinity ⇒ ::String
Returns the value of attribute affinity.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
-
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
-
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
Instance Attribute Details
#affinity ⇒ ::String
Returns the value of attribute affinity.
376 377 378 |
# File 'sig/types.rbs', line 376 def affinity @affinity end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
377 378 379 |
# File 'sig/types.rbs', line 377 def availability_zone @availability_zone end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
378 379 380 |
# File 'sig/types.rbs', line 378 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def group_name @group_name end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
380 381 382 |
# File 'sig/types.rbs', line 380 def host_id @host_id end |
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
381 382 383 |
# File 'sig/types.rbs', line 381 def host_resource_group_arn @host_resource_group_arn end |
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
382 383 384 |
# File 'sig/types.rbs', line 382 def partition_number @partition_number end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
383 384 385 |
# File 'sig/types.rbs', line 383 def tenancy @tenancy end |