Class: Aws::Types::CapacityBlockOffering
- Inherits:
-
Object
- Object
- Aws::Types::CapacityBlockOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#capacity_block_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_duration_hours.
-
#capacity_block_duration_minutes ⇒ ::Integer
Returns the value of attribute capacity_block_duration_minutes.
-
#capacity_block_offering_id ⇒ ::String
Returns the value of attribute capacity_block_offering_id.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#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.
-
#ultraserver_count ⇒ ::Integer
Returns the value of attribute ultraserver_count.
-
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_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.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def availability_zone @availability_zone end |
#capacity_block_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_duration_hours.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def capacity_block_duration_hours @capacity_block_duration_hours end |
#capacity_block_duration_minutes ⇒ ::Integer
Returns the value of attribute capacity_block_duration_minutes.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def capacity_block_duration_minutes @capacity_block_duration_minutes end |
#capacity_block_offering_id ⇒ ::String
Returns the value of attribute capacity_block_offering_id.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def capacity_block_offering_id @capacity_block_offering_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def currency_code @currency_code end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def end_date @end_date end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def instance_type @instance_type end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def start_date @start_date end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def tenancy @tenancy end |
#ultraserver_count ⇒ ::Integer
Returns the value of attribute ultraserver_count.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def ultraserver_count @ultraserver_count end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def ultraserver_type @ultraserver_type end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def upfront_fee @upfront_fee end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def zone_type @zone_type end |