Class: Aws::Types::CreateDeviceDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceDefinitionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#device_definition_id ⇒ ::String
Returns the value of attribute device_definition_id.
-
#devices ⇒ ::Array[Types::Device]
Returns the value of attribute devices.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
200 201 202 |
# File 'sig/types.rbs', line 200 def amzn_client_token @amzn_client_token end |
#device_definition_id ⇒ ::String
Returns the value of attribute device_definition_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def device_definition_id @device_definition_id end |
#devices ⇒ ::Array[Types::Device]
Returns the value of attribute devices.
202 203 204 |
# File 'sig/types.rbs', line 202 def devices @devices end |