Class: Aws::Types::ListLimitsProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLimitsProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ "INDEX_STORAGE", "AGENT_HOURS"
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
7992 7993 7994 |
# File 'sig/types.rbs', line 7992 def account_id @account_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
7993 7994 7995 |
# File 'sig/types.rbs', line 7993 def resource_type @resource_type end |