Class: Aws::Types::DescribeReservedCapacityResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn1.32xlarge", "ml.trn2.48xlarge", "ml.p6-b200.48xlarge", "ml.p4de.24xlarge", "ml.p6e-gb200.36xlarge", "ml.p5.4xlarge", "ml.p6-b300.48xlarge")


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


5132
5133
5134
# File 'sig/types.rbs', line 5132

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "Active", "Scheduled", "Expired", "Failed")


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.

Returns:

  • (::Integer)


5135
5136
5137
# File 'sig/types.rbs', line 5135

def total_instance_count
  @total_instance_count
end

#ultra_server_summaryTypes::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