Class: Aws::GreengrassV2::Types::GetComponentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recipeString

The recipe of the component version.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_output_formatString

The format of the recipe.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the resource. For more information, see [Tag your resources] in the *IoT Greengrass V2 Developer Guide*.

[1]: docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html

Returns:

  • (Hash<String,String>)


1479
1480
1481
1482
1483
1484
1485
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end