Class: Aws::Types::CreateDeviceDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceDefinitionRequest
- 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.
-
#initial_version ⇒ Types::DeviceDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
181 182 183 |
# File 'sig/types.rbs', line 181 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::DeviceDefinitionVersion
Returns the value of attribute initial_version.
182 183 184 |
# File 'sig/types.rbs', line 182 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
183 184 185 |
# File 'sig/types.rbs', line 183 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
184 185 186 |
# File 'sig/types.rbs', line 184 def @tags end |