Class: Aws::Types::CoverageByTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[Types::ReservationCoverageGroup]

Returns the value of attribute groups.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def groups
  @groups
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def time_period
  @time_period
end

#totalTypes::Coverage

Returns the value of attribute total.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def total
  @total
end