Class: Aws::Types::ReservedCapacitySummary

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)


10591
10592
10593
# File 'sig/types.rbs', line 10591

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


10592
10593
10594
# File 'sig/types.rbs', line 10592

def availability_zone_id
  @availability_zone_id
end

#duration_hours::Integer

Returns the value of attribute duration_hours.

Returns:

  • (::Integer)


10593
10594
10595
# File 'sig/types.rbs', line 10593

def duration_hours
  @duration_hours
end

#duration_minutes::Integer

Returns the value of attribute duration_minutes.

Returns:

  • (::Integer)


10594
10595
10596
# File 'sig/types.rbs', line 10594

def duration_minutes
  @duration_minutes
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


10596
10597
10598
# File 'sig/types.rbs', line 10596

def end_time
  @end_time
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")


10588
10589
10590
# File 'sig/types.rbs', line 10588

def instance_type
  @instance_type
end

#reserved_capacity_arn::String

Returns the value of attribute reserved_capacity_arn.

Returns:

  • (::String)


10584
10585
10586
# File 'sig/types.rbs', line 10584

def reserved_capacity_arn
  @reserved_capacity_arn
end

#reserved_capacity_type"UltraServer", "Instance"

Returns the value of attribute reserved_capacity_type.

Returns:



10585
10586
10587
# File 'sig/types.rbs', line 10585

def reserved_capacity_type
  @reserved_capacity_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


10595
10596
10597
# File 'sig/types.rbs', line 10595

def start_time
  @start_time
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

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


10590
10591
10592
# File 'sig/types.rbs', line 10590

def status
  @status
end

#total_instance_count::Integer

Returns the value of attribute total_instance_count.

Returns:

  • (::Integer)


10589
10590
10591
# File 'sig/types.rbs', line 10589

def total_instance_count
  @total_instance_count
end

#ultra_server_count::Integer

Returns the value of attribute ultra_server_count.

Returns:

  • (::Integer)


10587
10588
10589
# File 'sig/types.rbs', line 10587

def ultra_server_count
  @ultra_server_count
end

#ultra_server_type::String

Returns the value of attribute ultra_server_type.

Returns:

  • (::String)


10586
10587
10588
# File 'sig/types.rbs', line 10586

def ultra_server_type
  @ultra_server_type
end