Class: Aws::Types::CreateDeviceDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
190 191 192 |
# File 'sig/types.rbs', line 190 def end |
#id ⇒ ::String
Returns the value of attribute id.
191 192 193 |
# File 'sig/types.rbs', line 191 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
192 193 194 |
# File 'sig/types.rbs', line 192 def end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
193 194 195 |
# File 'sig/types.rbs', line 193 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
194 195 196 |
# File 'sig/types.rbs', line 194 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
195 196 197 |
# File 'sig/types.rbs', line 195 def name @name end |