Class: Aws::GreengrassV2::Types::GetComponentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1452

class GetComponentRequest < Struct.new(
  :recipe_output_format,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_output_formatString

The format of the recipe.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1452

class GetComponentRequest < Struct.new(
  :recipe_output_format,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end