Class: Aws::Types::RecommendationDetailHourlyMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_coverage::String

Returns the value of attribute current_coverage.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def current_coverage
  @current_coverage
end

#estimated_coverage::String

Returns the value of attribute estimated_coverage.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def estimated_coverage
  @estimated_coverage
end

#estimated_new_commitment_utilization::String

Returns the value of attribute estimated_new_commitment_utilization.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def estimated_new_commitment_utilization
  @estimated_new_commitment_utilization
end

#estimated_on_demand_cost::String

Returns the value of attribute estimated_on_demand_cost.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def estimated_on_demand_cost
  @estimated_on_demand_cost
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def start_time
  @start_time
end