class Aws::AppRegistry::Types::UpdateAttributeGroupRequest

@note When making an API call, you may pass UpdateAttributeGroupRequest

data as a hash:

    {
      attribute_group: "AttributeGroupSpecifier", # required
      name: "Name",
      description: "Description",
      attributes: "Attributes",
    }

@!attribute [rw] attribute_group

The name or ID of the attribute group that holds the attributes to
describe the application.
@return [String]

@!attribute [rw] name

The new name of the attribute group. The name must be unique in the
region in which you are updating the attribute group.
@return [String]

@!attribute [rw] description

The description of the attribute group that the user provides.
@return [String]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/UpdateAttributeGroupRequest AWS API Documentation

Constants

SENSITIVE