You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppRegistry::Types::UpdateAttributeGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAttributeGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_groupString

The name or ID of the attribute group that holds the attributes to describe the application.

Returns:

  • (String)

    The name or ID of the attribute group that holds the attributes to describe the application.

#attributesString

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.

Returns:

  • (String)

    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.

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)

    The description of the attribute group that the user provides.

#nameString

The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group.

Returns:

  • (String)

    The new name of the attribute group.