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.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def access_token @access_token end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def limit @limit end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def pagination_token @pagination_token end |