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.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def availability_zone_id @availability_zone_id end |
#capacity_block_extension_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_extension_duration_hours.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 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.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 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.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 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.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def capacity_block_extension_start_date @capacity_block_extension_start_date end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def currency_code @currency_code end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def instance_type @instance_type end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def start_date @start_date end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def tenancy @tenancy end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def upfront_fee @upfront_fee end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def zone_type @zone_type end |