Class: Aws::GreengrassV2::Types::ResolvedComponentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ResolvedComponentVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Contains information about a component version that is compatible to run on a Greengrass core device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the component version.
-
#component_name ⇒ String
The name of the component.
-
#component_version ⇒ String
The version of the component.
-
#recipe ⇒ String
The recipe of the component version.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component version.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3309 3310 3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3309 class ResolvedComponentVersion < Struct.new( :arn, :component_name, :component_version, :recipe) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
3309 3310 3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3309 class ResolvedComponentVersion < Struct.new( :arn, :component_name, :component_version, :recipe) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
3309 3310 3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3309 class ResolvedComponentVersion < Struct.new( :arn, :component_name, :component_version, :recipe) SENSITIVE = [] include Aws::Structure end |
#recipe ⇒ String
The recipe of the component version.
3309 3310 3311 3312 3313 3314 3315 3316 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3309 class ResolvedComponentVersion < Struct.new( :arn, :component_name, :component_version, :recipe) SENSITIVE = [] include Aws::Structure end |