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.
5110 5111 5112 |
# File 'sig/types.rbs', line 5110 def availability_zone @availability_zone end |
#available_instance_count ⇒ ::Integer
Returns the value of attribute available_instance_count.
5117 5118 5119 |
# File 'sig/types.rbs', line 5117 def available_instance_count @available_instance_count end |
#duration_hours ⇒ ::Integer
Returns the value of attribute duration_hours.
5111 5112 5113 |
# File 'sig/types.rbs', line 5111 def duration_hours @duration_hours end |
#duration_minutes ⇒ ::Integer
Returns the value of attribute duration_minutes.
5112 5113 5114 |
# File 'sig/types.rbs', line 5112 def duration_minutes @duration_minutes end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
5114 5115 5116 |
# File 'sig/types.rbs', line 5114 def end_time @end_time end |
#in_use_instance_count ⇒ ::Integer
Returns the value of attribute in_use_instance_count.
5118 5119 5120 |
# File 'sig/types.rbs', line 5118 def in_use_instance_count @in_use_instance_count end |
#instance_type ⇒ "ml.p4d.24xlarge", ...
Returns the value of attribute instance_type.
5115 5116 5117 |
# File 'sig/types.rbs', line 5115 def instance_type @instance_type end |
#reserved_capacity_arn ⇒ ::String
Returns the value of attribute reserved_capacity_arn.
5107 5108 5109 |
# File 'sig/types.rbs', line 5107 def reserved_capacity_arn @reserved_capacity_arn end |
#reserved_capacity_type ⇒ "UltraServer", "Instance"
Returns the value of attribute reserved_capacity_type.
5108 5109 5110 |
# File 'sig/types.rbs', line 5108 def reserved_capacity_type @reserved_capacity_type end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5113 5114 5115 |
# File 'sig/types.rbs', line 5113 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
5109 5110 5111 |
# File 'sig/types.rbs', line 5109 def status @status end |
#total_instance_count ⇒ ::Integer
Returns the value of attribute total_instance_count.
5116 5117 5118 |
# File 'sig/types.rbs', line 5116 def total_instance_count @total_instance_count end |
#ultra_server_summary ⇒ Types::UltraServerSummary
Returns the value of attribute ultra_server_summary.
5119 5120 5121 |
# File 'sig/types.rbs', line 5119 def ultra_server_summary @ultra_server_summary end |