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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

Returns:

  • (String)


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_nameString

The name of the component.

Returns:

  • (String)


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_versionString

The version of the component.

Returns:

  • (String)


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

#recipeString

The recipe of the component version.

Returns:

  • (String)


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