Class: Aws::Types::ReservedCapacityOffering
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCapacityOffering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
-
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#extension_end_time ⇒ ::Time
Returns the value of attribute extension_end_time.
-
#extension_start_time ⇒ ::Time
Returns the value of attribute extension_start_time.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
-
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
10494 10495 10496 |
# File 'sig/types.rbs', line 10494 def availability_zone @availability_zone end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
10495 10496 10497 |
# File 'sig/types.rbs', line 10495 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
10496 10497 10498 |
# File 'sig/types.rbs', line 10496 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
10498 10499 10500 |
# File 'sig/types.rbs', line 10498 def end_time @end_time end |
#extension_end_time ⇒ ::Time
Returns the value of attribute extension_end_time.
10500 10501 10502 |
# File 'sig/types.rbs', line 10500 def extension_end_time @extension_end_time end |
#extension_start_time ⇒ ::Time
Returns the value of attribute extension_start_time.
10499 10500 10501 |
# File 'sig/types.rbs', line 10499 def extension_start_time @extension_start_time end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
10493 10494 10495 |
# File 'sig/types.rbs', line 10493 def instance_count @instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
10492 10493 10494 |
# File 'sig/types.rbs', line 10492 def instance_type @instance_type end |
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
10489 10490 10491 |
# File 'sig/types.rbs', line 10489 def reserved_capacity_type @reserved_capacity_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
10497 10498 10499 |
# File 'sig/types.rbs', line 10497 def start_time @start_time end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
10491 10492 10493 |
# File 'sig/types.rbs', line 10491 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
10490 10491 10492 |
# File 'sig/types.rbs', line 10490 def ultra_server_type @ultra_server_type end |