Class: Aws::Types::ListUsersIndexCapacityRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


8296
8297
8298
# File 'sig/types.rbs', line 8296

def 
  @aws_account_id
end

#filters::Array[Types::UserIndexCapacityFilter]

Returns the value of attribute filters.

Returns:



8298
8299
8300
# File 'sig/types.rbs', line 8298

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8301
8302
8303
# File 'sig/types.rbs', line 8301

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


8297
8298
8299
# File 'sig/types.rbs', line 8297

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • ("TOTAL_CAPACITY_BYTES")


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.

Returns:

  • ("ASC", "DESC")


8300
8301
8302
# File 'sig/types.rbs', line 8300

def sort_order
  @sort_order
end