Class: Aws::GreengrassV2::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentRequest
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN][1] of the component version.
-
#recipe_output_format ⇒ String
The format of the recipe.
Instance Attribute Details
#arn ⇒ String
The ARN of the component version.
1471 1472 1473 1474 1475 1476 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1471 class GetComponentRequest < Struct.new( :recipe_output_format, :arn) SENSITIVE = [] include Aws::Structure end |
#recipe_output_format ⇒ String
The format of the recipe.
1471 1472 1473 1474 1475 1476 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1471 class GetComponentRequest < Struct.new( :recipe_output_format, :arn) SENSITIVE = [] include Aws::Structure end |