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.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def availability_zone_id @availability_zone_id end |
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def capacity_block_id @capacity_block_id end |
#capacity_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_ids.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def capacity_reservation_ids @capacity_reservation_ids end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def create_date @create_date end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def start_date @start_date end |
#state ⇒ "active", ...
Returns the value of attribute state.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def @tags end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def ultraserver_type @ultraserver_type end |