/AWS1/CL_GG2GETCOMPONENTRSP¶
GetComponentResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_recipeoutputformat
TYPE /AWS1/GG2RECIPEOUTPUTFORMAT
/AWS1/GG2RECIPEOUTPUTFORMAT
¶
The format of the recipe.
iv_recipe
TYPE /AWS1/GG2RECIPEBLOB
/AWS1/GG2RECIPEBLOB
¶
The recipe of the component version.
Optional arguments:¶
it_tags
TYPE /AWS1/CL_GG2TAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
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.
Queryable Attributes¶
recipeOutputFormat¶
The format of the recipe.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECIPEOUTPUTFORMAT() |
Getter for RECIPEOUTPUTFORMAT, with configurable default |
ASK_RECIPEOUTPUTFORMAT() |
Getter for RECIPEOUTPUTFORMAT w/ exceptions if field has no |
HAS_RECIPEOUTPUTFORMAT() |
Determine if RECIPEOUTPUTFORMAT has a value |
recipe¶
The recipe of the component version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECIPE() |
Getter for RECIPE, with configurable default |
ASK_RECIPE() |
Getter for RECIPE w/ exceptions if field has no value |
HAS_RECIPE() |
Determine if RECIPE has a value |
tags¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |