Class: Aws::Greengrass::Types::GetDeviceDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetDeviceDefinitionVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the device definition version was created.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::DeviceDefinitionVersion
Information about the device definition version.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the device definition version.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the device definition version.
2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 |
# File 'lib/aws-sdk-greengrass/types.rb', line 2359 class GetDeviceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :next_token, :version) SENSITIVE = [] include Aws::Structure end |