Class: Aws::GreengrassV2::Types::GetComponentResponse

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

#recipeString

The recipe of the component version.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_output_formatString

The format of the recipe.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


1479
1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1479

class GetComponentResponse < Struct.new(
  :recipe_output_format,
  :recipe,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end