Class: Aws::GreengrassV2::Types::GetComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recipe ⇒ String
The recipe of the component version.
-
#recipe_output_format ⇒ String
The format of the recipe.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the resource.
Instance Attribute Details
#recipe ⇒ String
The recipe of the component version.
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_format ⇒ String
The format of the recipe.
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 |
#tags ⇒ Hash<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
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 |