Class: Aws::Types::SpotPlacement
- Inherits:
-
Object
- Object
- Aws::Types::SpotPlacement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
18048 18049 18050 |
# File 'sig/types.rbs', line 18048 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
18051 18052 18053 |
# File 'sig/types.rbs', line 18051 def availability_zone_id @availability_zone_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
18049 18050 18051 |
# File 'sig/types.rbs', line 18049 def group_name @group_name end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
18050 18051 18052 |
# File 'sig/types.rbs', line 18050 def tenancy @tenancy end |