Class: Aws::Types::GetReservationUtilizationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


753
754
755
# File 'sig/types.rbs', line 753

def next_page_token
  @next_page_token
end

#totalTypes::ReservationAggregates

Returns the value of attribute total.



752
753
754
# File 'sig/types.rbs', line 752

def total
  @total
end

#utilizations_by_time::Array[Types::UtilizationByTime]

Returns the value of attribute utilizations_by_time.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def utilizations_by_time
  @utilizations_by_time
end