Class: Aws::Types::ListUsersIndexCapacityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListUsersIndexCapacityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#filters ⇒ ::Array[Types::UserIndexCapacityFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "TOTAL_CAPACITY_BYTES"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def aws_account_id @aws_account_id end |
#filters ⇒ ::Array[Types::UserIndexCapacityFilter]
Returns the value of attribute filters.
7959 7960 7961 |
# File 'sig/types.rbs', line 7959 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7962 7963 7964 |
# File 'sig/types.rbs', line 7962 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
7958 7959 7960 |
# File 'sig/types.rbs', line 7958 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7963 7964 7965 |
# File 'sig/types.rbs', line 7963 def next_token @next_token end |
#sort_by ⇒ "TOTAL_CAPACITY_BYTES"
Returns the value of attribute sort_by.
7960 7961 7962 |
# File 'sig/types.rbs', line 7960 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
7961 7962 7963 |
# File 'sig/types.rbs', line 7961 def sort_order @sort_order end |