Class: Aws::Types::GetReservationCoverageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#coverages_by_time::Array[Types::CoverageByTime]

Returns the value of attribute coverages_by_time.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def coverages_by_time
  @coverages_by_time
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


714
715
716
# File 'sig/types.rbs', line 714

def next_page_token
  @next_page_token
end

#totalTypes::Coverage

Returns the value of attribute total.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def total
  @total
end