Class: Aws::GreengrassV2::Types::GetComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentResponse
- Defined in:
- gems/aws-sdk-greengrassv2/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.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1498 class GetComponentResponse < Struct.new( :recipe_output_format, :recipe, :tags) SENSITIVE = [] include Aws::Structure end |
#recipe_output_format ⇒ String
The format of the recipe.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1498 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.
1498 1499 1500 1501 1502 1503 1504 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1498 class GetComponentResponse < Struct.new( :recipe_output_format, :recipe, :tags) SENSITIVE = [] include Aws::Structure end |