AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateAttributeGroup operation. Updates an existing attribute group with new details.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppRegistry.AmazonAppRegistryRequest
      Amazon.AppRegistry.Model.UpdateAttributeGroupRequest

Namespace: Amazon.AppRegistry.Model
Assembly: AWSSDK.AppRegistry.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateAttributeGroupRequest : AmazonAppRegistryRequest
         IAmazonWebServiceRequest

The UpdateAttributeGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AttributeGroup System.String

Gets and sets the property AttributeGroup.

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

Public Property Attributes System.String

Gets and sets the property 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.

Public Property Description System.String

Gets and sets the property Description.

The description of the attribute group that the user provides.

Public Property Name System.String

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5