Class: Aws::GreengrassV2::Types::ResolvedComponentVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/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

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#component_nameString

The name of the component.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#component_versionString

The version of the component.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#recipeString

The recipe of the component version.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_guidanceString

The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

  • ACTIVE – This component version is available and recommended for use.

  • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

  • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

Returns:

  • (String)


2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2822

class ResolvedComponentVersion < Struct.new(
  :arn,
  :component_name,
  :component_version,
  :recipe,
  :vendor_guidance,
  :message)
  SENSITIVE = []
  include Aws::Structure
end