Class: Aws::Types::GetDeviceDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceDefinitionVersionRequest
- 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.
-
#device_definition_version_id ⇒ ::String
Returns the value of attribute device_definition_version_id.
-
#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.
744 745 746 |
# File 'sig/types.rbs', line 744 def device_definition_id @device_definition_id end |
#device_definition_version_id ⇒ ::String
Returns the value of attribute device_definition_version_id.
745 746 747 |
# File 'sig/types.rbs', line 745 def device_definition_version_id @device_definition_version_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
746 747 748 |
# File 'sig/types.rbs', line 746 def next_token @next_token end |