Class: Aws::Types::CapacityBlock
- Inherits:
-
Object
- Object
- Aws::Types::CapacityBlock
- 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.
-
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
-
#capacity_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_ids.
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#state ⇒ "active", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def availability_zone_id @availability_zone_id end |
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def capacity_block_id @capacity_block_id end |
#capacity_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_ids.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def capacity_reservation_ids @capacity_reservation_ids end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def create_date @create_date end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def start_date @start_date end |
#state ⇒ "active", ...
Returns the value of attribute state.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def @tags end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def ultraserver_type @ultraserver_type end |