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.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def availability_zone @availability_zone end |
#capacity_block_duration_hours ⇒ ::Integer
Returns the value of attribute capacity_block_duration_hours.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def capacity_block_duration_hours @capacity_block_duration_hours end |
#capacity_block_duration_minutes ⇒ ::Integer
Returns the value of attribute capacity_block_duration_minutes.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def capacity_block_duration_minutes @capacity_block_duration_minutes end |
#capacity_block_offering_id ⇒ ::String
Returns the value of attribute capacity_block_offering_id.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def capacity_block_offering_id @capacity_block_offering_id end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def currency_code @currency_code end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def end_date @end_date end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def instance_count @instance_count end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def instance_type @instance_type end |
#start_date ⇒ ::Time
Returns the value of attribute start_date.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def start_date @start_date end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def tenancy @tenancy end |
#ultraserver_count ⇒ ::Integer
Returns the value of attribute ultraserver_count.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def ultraserver_count @ultraserver_count end |
#ultraserver_type ⇒ ::String
Returns the value of attribute ultraserver_type.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def ultraserver_type @ultraserver_type end |
#upfront_fee ⇒ ::String
Returns the value of attribute upfront_fee.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def upfront_fee @upfront_fee end |
#zone_type ⇒ ::String
Returns the value of attribute zone_type.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def zone_type @zone_type end |