Class: Aws::Types::AwsEc2LaunchTemplateDataPlacementDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataPlacementDetails
- 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_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 ⇒ ::String
Returns the value of attribute tenancy.
Instance Attribute Details
#affinity ⇒ ::String
Returns the value of attribute affinity.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def affinity @affinity end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def availability_zone @availability_zone end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def group_name @group_name end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def host_id @host_id end |
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def host_resource_group_arn @host_resource_group_arn end |
#partition_number ⇒ ::Integer
Returns the value of attribute partition_number.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def partition_number @partition_number end |
#spread_domain ⇒ ::String
Returns the value of attribute spread_domain.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def spread_domain @spread_domain end |
#tenancy ⇒ ::String
Returns the value of attribute tenancy.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def tenancy @tenancy end |