Class: Aws::Types::ListDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def access_token @access_token end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def limit @limit end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def pagination_token @pagination_token end |