You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::GetDeviceDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetDeviceDefinitionVersionResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the device definition version.
-
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the device definition version was created.
-
#definition ⇒ Types::DeviceDefinitionVersion
Information about the device definition version.
-
#id ⇒ String
The ID of the device definition version.
-
#next_token ⇒ String
The token for the next set of results, or \'\'null\'\' if there are no additional results.
-
#version ⇒ String
The version of the device definition version.
Instance Attribute Details
#arn ⇒ String
The ARN of the device definition version.
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the device definition version was created.
#definition ⇒ Types::DeviceDefinitionVersion
Information about the device definition version.
#id ⇒ String
The ID of the device definition version.
#next_token ⇒ String
The token for the next set of results, or \'\'null\'\' if there are no additional results.
#version ⇒ String
The version of the device definition version.