Class: Aws::Types::AdminListDevicesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


241
242
243
# File 'sig/types.rbs', line 241

def limit
  @limit
end

#pagination_token::String

Returns the value of attribute pagination_token.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def pagination_token
  @pagination_token
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def username
  @username
end