Class: Aws::Types::GetDeviceDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceDefinitionVersionResponse
- 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.
-
#definition ⇒ Types::DeviceDefinitionVersion
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
751 752 753 |
# File 'sig/types.rbs', line 751 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
752 753 754 |
# File 'sig/types.rbs', line 752 def @creation_timestamp end |
#definition ⇒ Types::DeviceDefinitionVersion
Returns the value of attribute definition.
753 754 755 |
# File 'sig/types.rbs', line 753 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
754 755 756 |
# File 'sig/types.rbs', line 754 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
755 756 757 |
# File 'sig/types.rbs', line 755 def next_token @next_token end |
#version ⇒ ::String
Returns the value of attribute version.
756 757 758 |
# File 'sig/types.rbs', line 756 def version @version end |