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.
17688 17689 17690 |
# File 'sig/types.rbs', line 17688 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
17691 17692 17693 |
# File 'sig/types.rbs', line 17691 def availability_zone_id @availability_zone_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17689 17690 17691 |
# File 'sig/types.rbs', line 17689 def group_name @group_name end |
#tenancy ⇒ "default", ...
Returns the value of attribute tenancy.
17690 17691 17692 |
# File 'sig/types.rbs', line 17690 def tenancy @tenancy end |