appregistry_disassociate_attribute_group {paws.management} | R Documentation |
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata
Description
Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts associate_attribute_group
.
See https://www.paws-r-sdk.com/docs/appregistry_disassociate_attribute_group/ for full documentation.
Usage
appregistry_disassociate_attribute_group(application, attributeGroup)
Arguments
application |
[required] The name, ID, or ARN of the application. |
attributeGroup |
[required] The name, ID, or ARN of the attribute group that holds the attributes to describe the application. |
[Package paws.management version 0.9.0 Index]