Class: Aws::Types::LaunchTemplatePlacementRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplatePlacementRequest
- 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.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#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.
-
#spread_domain ⇒ ::String
Returns the value of attribute spread_domain.
-
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
Instance Attribute Details
#affinity ⇒ ::String
Returns the value of attribute affinity.
13361 13362 13363 |
# File 'sig/types.rbs', line 13361 def affinity @affinity end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
13359 13360 13361 |
# File 'sig/types.rbs', line 13359 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
13360 13361 13362 |
# File 'sig/types.rbs', line 13360 def availability_zone_id @availability_zone_id end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
13368 13369 13370 |
# File 'sig/types.rbs', line 13368 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
13362 13363 13364 |
# File 'sig/types.rbs', line 13362 def group_name @group_name end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
13363 13364 13365 |
# File 'sig/types.rbs', line 13363 def host_id @host_id end |
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
13366 13367 13368 |
# File 'sig/types.rbs', line 13366 def host_resource_group_arn @host_resource_group_arn end |
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
13367 13368 13369 |
# File 'sig/types.rbs', line 13367 def partition_number @partition_number end |
#spread_domain ⇒ ::String
Returns the value of attribute spread_domain.
13365 13366 13367 |
# File 'sig/types.rbs', line 13365 def spread_domain @spread_domain end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
13364 13365 13366 |
# File 'sig/types.rbs', line 13364 def tenancy @tenancy end |