Class: Aws::Types::ReservedCapacitySummary
- Inherits:
-
Object
- Object
- Aws::Types::ReservedCapacitySummary
- 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.
-
#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.
-
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
-
#reserved_capacity_arn ⇒ ::String
Returns the value of attribute reserved_capacity_arn.
-
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
-
#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.
10534 10535 10536 |
# File 'sig/types.rbs', line 10534 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
10535 10536 10537 |
# File 'sig/types.rbs', line 10535 def availability_zone_id @availability_zone_id end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
10536 10537 10538 |
# File 'sig/types.rbs', line 10536 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
10537 10538 10539 |
# File 'sig/types.rbs', line 10537 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
10539 10540 10541 |
# File 'sig/types.rbs', line 10539 def end_time @end_time end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
10531 10532 10533 |
# File 'sig/types.rbs', line 10531 def instance_type @instance_type end |
#reserved_capacity_arn ⇒ ::String
Returns the value of attribute reserved_capacity_arn.
10527 10528 10529 |
# File 'sig/types.rbs', line 10527 def reserved_capacity_arn @reserved_capacity_arn end |
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
10528 10529 10530 |
# File 'sig/types.rbs', line 10528 def reserved_capacity_type @reserved_capacity_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
10538 10539 10540 |
# File 'sig/types.rbs', line 10538 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
10533 10534 10535 |
# File 'sig/types.rbs', line 10533 def status @status end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
10532 10533 10534 |
# File 'sig/types.rbs', line 10532 def total_instance_count @total_instance_count end |
#ultra_server_count ⇒ ::Integer
Returns the value of attribute ultra_server_count.
10530 10531 10532 |
# File 'sig/types.rbs', line 10530 def ultra_server_count @ultra_server_count end |
#ultra_server_type ⇒ ::String
Returns the value of attribute ultra_server_type.
10529 10530 10531 |
# File 'sig/types.rbs', line 10529 def ultra_server_type @ultra_server_type end |