Class: Aws::Types::CapacityBlockExtension
- Inherits:
-
Object
- Object
- Aws::Types::CapacityBlockExtension
- 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_extension_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_extension_duration_hours.
-
#capacity_block_extension_end_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_end_date.
-
#capacity_block_extension_offering_id ⇒ ::String
Returns the value of attribute capacity_block_extension_offering_id.
-
#capacity_block_extension_purchase_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_purchase_date.
-
#capacity_block_extension_start_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_start_date.
-
#capacity_block_extension_status ⇒ "payment-pending", ...
Returns the value of attribute capacity_block_extension_status.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
-
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def availability_zone_id @availability_zone_id end |
#capacity_block_extension_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_extension_duration_hours.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def capacity_block_extension_duration_hours @capacity_block_extension_duration_hours end |
#capacity_block_extension_end_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_end_date.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def capacity_block_extension_end_date @capacity_block_extension_end_date end |
#capacity_block_extension_offering_id ⇒ ::String
Returns the value of attribute capacity_block_extension_offering_id.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def capacity_block_extension_offering_id @capacity_block_extension_offering_id end |
#capacity_block_extension_purchase_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_purchase_date.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def capacity_block_extension_purchase_date @capacity_block_extension_purchase_date end |
#capacity_block_extension_start_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_start_date.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def capacity_block_extension_start_date @capacity_block_extension_start_date end |
#capacity_block_extension_status ⇒ "payment-pending", ...
Returns the value of attribute capacity_block_extension_status.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def capacity_block_extension_status @capacity_block_extension_status end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def capacity_reservation_id @capacity_reservation_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def currency_code @currency_code end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def instance_type @instance_type end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def upfront_fee @upfront_fee end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def zone_type @zone_type end |