Class: Aws::Types::DescribeReservedCapacityResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservedCapacityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
-
#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.
-
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
-
#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_summary ⇒ Types::UltraServerSummary
Returns the value of attribute ultra_server_summary.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
5129 5130 5131 |
# File 'sig/types.rbs', line 5129 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
5136 5137 5138 |
# File 'sig/types.rbs', line 5136 def available_instance_count @available_instance_count end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
5130 5131 5132 |
# File 'sig/types.rbs', line 5130 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
5131 5132 5133 |
# File 'sig/types.rbs', line 5131 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5133 5134 5135 |
# File 'sig/types.rbs', line 5133 def end_time @end_time end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
5137 5138 5139 |
# File 'sig/types.rbs', line 5137 def in_use_instance_count @in_use_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
5134 5135 5136 |
# File 'sig/types.rbs', line 5134 def instance_type @instance_type end |
#reserved_capacity_arn ⇒ ::String
Returns the value of attribute reserved_capacity_arn.
5126 5127 5128 |
# File 'sig/types.rbs', line 5126 def reserved_capacity_arn @reserved_capacity_arn end |
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
5127 5128 5129 |
# File 'sig/types.rbs', line 5127 def reserved_capacity_type @reserved_capacity_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5132 5133 5134 |
# File 'sig/types.rbs', line 5132 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
5128 5129 5130 |
# File 'sig/types.rbs', line 5128 def status @status end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
5135 5136 5137 |
# File 'sig/types.rbs', line 5135 def total_instance_count @total_instance_count end |
#ultra_server_summary ⇒ Types::UltraServerSummary
Returns the value of attribute ultra_server_summary.
5138 5139 5140 |
# File 'sig/types.rbs', line 5138 def ultra_server_summary @ultra_server_summary end |