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.
8296 8297 8298 |
# File 'sig/types.rbs', line 8296 def aws_account_id @aws_account_id end |
#filters ⇒ ::Array[Types::UserIndexCapacityFilter]
Returns the value of attribute filters.
8298 8299 8300 |
# File 'sig/types.rbs', line 8298 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8301 8302 8303 |
# File 'sig/types.rbs', line 8301 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
8297 8298 8299 |
# File 'sig/types.rbs', line 8297 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8302 8303 8304 |
# File 'sig/types.rbs', line 8302 def next_token @next_token end |
#sort_by ⇒ "TOTAL_CAPACITY_BYTES"
Returns the value of attribute sort_by.
8299 8300 8301 |
# File 'sig/types.rbs', line 8299 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
8300 8301 8302 |
# File 'sig/types.rbs', line 8300 def sort_order @sort_order end |