Class: Aws::Types::SavingsPlansPurchaseAnalysisDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_metadata::String

Returns the value of attribute additional_metadata.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def 
  @additional_metadata
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def currency_code
  @currency_code
end

#current_average_coverage::String

Returns the value of attribute current_average_coverage.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def current_average_coverage
  @current_average_coverage
end

#current_average_hourly_on_demand_spend::String

Returns the value of attribute current_average_hourly_on_demand_spend.

Returns:

  • (::String)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def current_average_hourly_on_demand_spend
  @current_average_hourly_on_demand_spend
end

#current_maximum_hourly_on_demand_spend::String

Returns the value of attribute current_maximum_hourly_on_demand_spend.

Returns:

  • (::String)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def current_maximum_hourly_on_demand_spend
  @current_maximum_hourly_on_demand_spend
end

#current_minimum_hourly_on_demand_spend::String

Returns the value of attribute current_minimum_hourly_on_demand_spend.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def current_minimum_hourly_on_demand_spend
  @current_minimum_hourly_on_demand_spend
end

#current_on_demand_spend::String

Returns the value of attribute current_on_demand_spend.

Returns:

  • (::String)


1361
1362
1363
# File 'sig/types.rbs', line 1361

def current_on_demand_spend
  @current_on_demand_spend
end

#estimated_average_coverage::String

Returns the value of attribute estimated_average_coverage.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def estimated_average_coverage
  @estimated_average_coverage
end

#estimated_average_utilization::String

Returns the value of attribute estimated_average_utilization.

Returns:

  • (::String)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def estimated_average_utilization
  @estimated_average_utilization
end

#estimated_commitment_cost::String

Returns the value of attribute estimated_commitment_cost.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def estimated_commitment_cost
  @estimated_commitment_cost
end

#estimated_monthly_savings_amount::String

Returns the value of attribute estimated_monthly_savings_amount.

Returns:

  • (::String)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def estimated_monthly_savings_amount
  @estimated_monthly_savings_amount
end

#estimated_on_demand_cost::String

Returns the value of attribute estimated_on_demand_cost.

Returns:

  • (::String)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def estimated_on_demand_cost
  @estimated_on_demand_cost
end

#estimated_on_demand_cost_with_current_commitment::String

Returns the value of attribute estimated_on_demand_cost_with_current_commitment.

Returns:

  • (::String)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def estimated_on_demand_cost_with_current_commitment
  @estimated_on_demand_cost_with_current_commitment
end

#estimated_roi::String

Returns the value of attribute estimated_roi.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def estimated_roi
  @estimated_roi
end

#estimated_savings_amount::String

Returns the value of attribute estimated_savings_amount.

Returns:

  • (::String)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def estimated_savings_amount
  @estimated_savings_amount
end

#estimated_savings_percentage::String

Returns the value of attribute estimated_savings_percentage.

Returns:

  • (::String)


1371
1372
1373
# File 'sig/types.rbs', line 1371

def estimated_savings_percentage
  @estimated_savings_percentage
end

#existing_hourly_commitment::String

Returns the value of attribute existing_hourly_commitment.

Returns:

  • (::String)


1362
1363
1364
# File 'sig/types.rbs', line 1362

def existing_hourly_commitment
  @existing_hourly_commitment
end

#hourly_commitment_to_purchase::String

Returns the value of attribute hourly_commitment_to_purchase.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def hourly_commitment_to_purchase
  @hourly_commitment_to_purchase
end

#latest_usage_timestamp::String

Returns the value of attribute latest_usage_timestamp.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def latest_usage_timestamp
  @latest_usage_timestamp
end

#lookback_period_in_hours::String

Returns the value of attribute lookback_period_in_hours.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def lookback_period_in_hours
  @lookback_period_in_hours
end

#metrics_over_lookback_period::Array[Types::RecommendationDetailHourlyMetrics]

Returns the value of attribute metrics_over_lookback_period.



1376
1377
1378
# File 'sig/types.rbs', line 1376

def metrics_over_lookback_period
  @metrics_over_lookback_period
end

#upfront_cost::String

Returns the value of attribute upfront_cost.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def upfront_cost
  @upfront_cost
end