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)


7957
7958
7959
# File 'sig/types.rbs', line 7957

def 
  @aws_account_id
end

#filters::Array[Types::UserIndexCapacityFilter]

Returns the value of attribute filters.

Returns:



7959
7960
7961
# File 'sig/types.rbs', line 7959

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7962
7963
7964
# File 'sig/types.rbs', line 7962

def max_results
  @max_results
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


7958
7959
7960
# File 'sig/types.rbs', line 7958

def namespace
  @namespace
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • ("TOTAL_CAPACITY_BYTES")


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.

Returns:

  • ("ASC", "DESC")


7961
7962
7963
# File 'sig/types.rbs', line 7961

def sort_order
  @sort_order
end