Class: Aws::Types::AdminListDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminListDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
241 242 243 |
# File 'sig/types.rbs', line 241 def limit @limit end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
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.
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.
240 241 242 |
# File 'sig/types.rbs', line 240 def username @username end |