Class: Aws::Types::GetReservationCoverageRequest

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:



703
704
705
# File 'sig/types.rbs', line 703

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

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


702
703
704
# File 'sig/types.rbs', line 702

def granularity
  @granularity
end

#group_by::Array[Types::GroupDefinition]

Returns the value of attribute group_by.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def group_by
  @group_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


707
708
709
# File 'sig/types.rbs', line 707

def max_results
  @max_results
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


704
705
706
# File 'sig/types.rbs', line 704

def metrics
  @metrics
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def next_page_token
  @next_page_token
end

#sort_byTypes::SortDefinition

Returns the value of attribute sort_by.



706
707
708
# File 'sig/types.rbs', line 706

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



700
701
702
# File 'sig/types.rbs', line 700

def time_period
  @time_period
end