Class: Aws::Types::CapacityBlockExtensionOffering
- Inherits:
-
Object
- Object
- Aws::Types::CapacityBlockExtensionOffering
- 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_start_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_start_date.
-
#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.
-
#start_date ⇒ ::Time
Returns the value of attribute start_date.
-
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
-
#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.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def availability_zone_id @availability_zone_id end |
#capacity_block_extension_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_extension_duration_hours.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 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.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 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.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def capacity_block_extension_offering_id @capacity_block_extension_offering_id end |
#capacity_block_extension_start_date ⇒ ::Time
Returns the value of attribute capacity_block_extension_start_date.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def capacity_block_extension_start_date @capacity_block_extension_start_date end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def currency_code @currency_code end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def instance_type @instance_type end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def start_date @start_date end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def tenancy @tenancy end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def upfront_fee @upfront_fee end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def zone_type @zone_type end |