Class: Aws::Greengrass::Types::GetResourceDefinitionVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetResourceDefinitionVersionResponse
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Information about a resource definition version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Arn of the resource definition version.
-
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the resource definition version was created.
-
#definition ⇒ Types::ResourceDefinitionVersion
Information about the definition.
-
#id ⇒ String
The ID of the resource definition version.
-
#version ⇒ String
The version of the resource definition version.
Instance Attribute Details
#arn ⇒ String
Arn of the resource definition version.
3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3804 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the resource definition version was created.
3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3804 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::ResourceDefinitionVersion
Information about the definition.
3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3804 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the resource definition version.
3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3804 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the resource definition version.
3804 3805 3806 3807 3808 3809 3810 3811 3812 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3804 class GetResourceDefinitionVersionResponse < Struct.new( :arn, :creation_timestamp, :definition, :id, :version) SENSITIVE = [] include Aws::Structure end |