Class: Aws::Types::GetFreeTierUsageRequest

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:



97
98
99
# File 'sig/types.rbs', line 97

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


98
99
100
# File 'sig/types.rbs', line 98

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def next_token
  @next_token
end