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.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def availability_zone_id @availability_zone_id end |
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def capacity_block_id @capacity_block_id end |
#capacity_reservation_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_ids.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def capacity_reservation_ids @capacity_reservation_ids end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def create_date @create_date end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def end_date @end_date end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def start_date @start_date end |
#state ⇒ "active", ...
Returns the value of attribute state.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def @tags end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def ultraserver_type @ultraserver_type end |