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.
17391 17392 17393 |
# File 'sig/types.rbs', line 17391 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
17394 17395 17396 |
# File 'sig/types.rbs', line 17394 def availability_zone_id @availability_zone_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17392 17393 17394 |
# File 'sig/types.rbs', line 17392 def group_name @group_name end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
17393 17394 17395 |
# File 'sig/types.rbs', line 17393 def tenancy @tenancy end |