View source: R/appregistry_operations.R
appregistry_update_attribute_group | R Documentation |
Updates an existing attribute group with new details.
See https://www.paws-r-sdk.com/docs/appregistry_update_attribute_group/ for full documentation.
appregistry_update_attribute_group(
attributeGroup,
name = NULL,
description = NULL,
attributes = NULL
)
attributeGroup |
[required] The name, ID, or ARN of the attribute group that holds the attributes to describe the application. |
name |
Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates. |
description |
The description of the attribute group that the user provides. |
attributes |
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.