Class: Aws::Types::ListLimitsProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


7992
7993
7994
# File 'sig/types.rbs', line 7992

def 
  @account_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7994
7995
7996
# File 'sig/types.rbs', line 7994

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7995
7996
7997
# File 'sig/types.rbs', line 7995

def next_token
  @next_token
end

#resource_type"INDEX_STORAGE", "AGENT_HOURS"

Returns the value of attribute resource_type.

Returns:

  • ("INDEX_STORAGE", "AGENT_HOURS")


7993
7994
7995
# File 'sig/types.rbs', line 7993

def resource_type
  @resource_type
end