Class: Aws::Types::ListDeviceResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListDeviceResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def managed_device_id @managed_device_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
201 202 203 |
# File 'sig/types.rbs', line 201 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
202 203 204 |
# File 'sig/types.rbs', line 202 def next_token @next_token end |
#type ⇒ ::String
Returns the value of attribute type.
203 204 205 |
# File 'sig/types.rbs', line 203 def type @type end |