Class: Aws::Types::CoverageHours

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_hours_percentage::String

Returns the value of attribute coverage_hours_percentage.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def coverage_hours_percentage
  @coverage_hours_percentage
end

#on_demand_hours::String

Returns the value of attribute on_demand_hours.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def on_demand_hours
  @on_demand_hours
end

#reserved_hours::String

Returns the value of attribute reserved_hours.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def reserved_hours
  @reserved_hours
end

#total_running_hours::String

Returns the value of attribute total_running_hours.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def total_running_hours
  @total_running_hours
end