Class: Aws::Types::CurrentInstance
- Inherits:
-
Object
- Object
- Aws::Types::CurrentInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#monthly_cost ⇒ ::String
Returns the value of attribute monthly_cost.
-
#on_demand_hours_in_lookback_period ⇒ ::String
Returns the value of attribute on_demand_hours_in_lookback_period.
-
#reservation_covered_hours_in_lookback_period ⇒ ::String
Returns the value of attribute reservation_covered_hours_in_lookback_period.
-
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute resource_utilization.
-
#savings_plans_covered_hours_in_lookback_period ⇒ ::String
Returns the value of attribute savings_plans_covered_hours_in_lookback_period.
-
#tags ⇒ ::Array[Types::TagValues]
Returns the value of attribute tags.
-
#total_running_hours_in_lookback_period ⇒ ::String
Returns the value of attribute total_running_hours_in_lookback_period.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
313 314 315 |
# File 'sig/types.rbs', line 313 def currency_code @currency_code end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def instance_name @instance_name end |
#monthly_cost ⇒ ::String
Returns the value of attribute monthly_cost.
312 313 314 |
# File 'sig/types.rbs', line 312 def monthly_cost @monthly_cost end |
#on_demand_hours_in_lookback_period ⇒ ::String
Returns the value of attribute on_demand_hours_in_lookback_period.
310 311 312 |
# File 'sig/types.rbs', line 310 def on_demand_hours_in_lookback_period @on_demand_hours_in_lookback_period end |
#reservation_covered_hours_in_lookback_period ⇒ ::String
Returns the value of attribute reservation_covered_hours_in_lookback_period.
308 309 310 |
# File 'sig/types.rbs', line 308 def reservation_covered_hours_in_lookback_period @reservation_covered_hours_in_lookback_period end |
#resource_details ⇒ Types::ResourceDetails
Returns the value of attribute resource_details.
306 307 308 |
# File 'sig/types.rbs', line 306 def resource_details @resource_details end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def resource_id @resource_id end |
#resource_utilization ⇒ Types::ResourceUtilization
Returns the value of attribute resource_utilization.
307 308 309 |
# File 'sig/types.rbs', line 307 def resource_utilization @resource_utilization end |
#savings_plans_covered_hours_in_lookback_period ⇒ ::String
Returns the value of attribute savings_plans_covered_hours_in_lookback_period.
309 310 311 |
# File 'sig/types.rbs', line 309 def savings_plans_covered_hours_in_lookback_period @savings_plans_covered_hours_in_lookback_period end |
#tags ⇒ ::Array[Types::TagValues]
Returns the value of attribute tags.
305 306 307 |
# File 'sig/types.rbs', line 305 def end |
#total_running_hours_in_lookback_period ⇒ ::String
Returns the value of attribute total_running_hours_in_lookback_period.
311 312 313 |
# File 'sig/types.rbs', line 311 def total_running_hours_in_lookback_period @total_running_hours_in_lookback_period end |