Class: Aws::GreengrassV2::Types::GetComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the component version.
-
#recipe_output_format ⇒ String
The format of the recipe.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component version.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1471 1472 1473 1474 1475 1476 |
# File '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 'lib/aws-sdk-greengrassv2/types.rb', line 1471 class GetComponentRequest < Struct.new( :recipe_output_format, :arn) SENSITIVE = [] include Aws::Structure end |