Class: Aws::Types::CurrentInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def reservation_covered_hours_in_lookback_period
  @reservation_covered_hours_in_lookback_period
end

#resource_detailsTypes::ResourceDetails

Returns the value of attribute resource_details.

Returns:



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.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def resource_id
  @resource_id
end

#resource_utilizationTypes::ResourceUtilization

Returns the value of attribute resource_utilization.

Returns:



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.

Returns:



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.

Returns:



305
306
307
# File 'sig/types.rbs', line 305

def tags
  @tags
end

#total_running_hours_in_lookback_period::String

Returns the value of attribute total_running_hours_in_lookback_period.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def total_running_hours_in_lookback_period
  @total_running_hours_in_lookback_period
end