Class: Aws::Types::Placement
- Inherits:
-
Object
- Object
- Aws::Types::Placement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
-
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def availability_zone @availability_zone end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def host_id @host_id end |
#host_resource_group_arn ⇒ ::String
Returns the value of attribute host_resource_group_arn.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def host_resource_group_arn @host_resource_group_arn end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def tenancy @tenancy end |