Class: Aws::Types::GetUsageStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_by::Array[Types::UsageStatisticsFilter]

Returns the value of attribute filter_by.

Returns:



987
988
989
# File 'sig/types.rbs', line 987

def filter_by
  @filter_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


988
989
990
# File 'sig/types.rbs', line 988

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def next_token
  @next_token
end

#sort_byTypes::UsageStatisticsSortBy

Returns the value of attribute sort_by.



990
991
992
# File 'sig/types.rbs', line 990

def sort_by
  @sort_by
end

#time_range"MONTH_TO_DATE", "PAST_30_DAYS"

Returns the value of attribute time_range.

Returns:

  • ("MONTH_TO_DATE", "PAST_30_DAYS")


991
992
993
# File 'sig/types.rbs', line 991

def time_range
  @time_range
end