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
1452 1453 1454 1455 1456 1457 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1452 class GetComponentRequest < Struct.new( :recipe_output_format, :arn) SENSITIVE = [] include Aws::Structure end |
#recipe_output_format ⇒ String
The format of the recipe.
1452 1453 1454 1455 1456 1457 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1452 class GetComponentRequest < Struct.new( :recipe_output_format, :arn) SENSITIVE = [] include Aws::Structure end |