Class: Aws::Types::ListDeviceDefinitionVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDeviceDefinitionVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_definition_id ⇒ ::String
Returns the value of attribute device_definition_id.
-
#max_results ⇒ ::String
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#device_definition_id ⇒ ::String
Returns the value of attribute device_definition_id.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def device_definition_id @device_definition_id end |
#max_results ⇒ ::String
Returns the value of attribute max_results.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def next_token @next_token end |