Class: Aws::Types::GetReservationUtilizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

  • ("DAILY", "MONTHLY", "HOURLY")


742
743
744
# File 'sig/types.rbs', line 742

def granularity
  @granularity
end

#group_by::Array[Types::GroupDefinition]

Returns the value of attribute group_by.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def group_by
  @group_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


746
747
748
# File 'sig/types.rbs', line 746

def max_results
  @max_results
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def next_page_token
  @next_page_token
end

#sort_byTypes::SortDefinition

Returns the value of attribute sort_by.



744
745
746
# File 'sig/types.rbs', line 744

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def time_period
  @time_period
end