Class: Aws::Types::CreateDeviceDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeviceDefinitionVersionResponse
- 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.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
207 208 209 |
# File 'sig/types.rbs', line 207 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
208 209 210 |
# File 'sig/types.rbs', line 208 def end |
#id ⇒ ::String
Returns the value of attribute id.
209 210 211 |
# File 'sig/types.rbs', line 209 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
210 211 212 |
# File 'sig/types.rbs', line 210 def version @version end |