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.

This is the response object from the CreateGroup operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ResourceGroups.Model.CreateGroupResponse

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

Syntax

C#
public class CreateGroupResponse : AmazonWebServiceResponse

The CreateGroupResponse type exposes the following members

Constructors

NameDescription
Public Method CreateGroupResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Group Amazon.ResourceGroups.Model.Group

Gets and sets the property Group.

The description of the resource group.

Public Property GroupConfiguration Amazon.ResourceGroups.Model.GroupConfiguration

Gets and sets the property GroupConfiguration.

The service configuration associated with the resource group. For details about the syntax of a service configuration, see Service configurations for Resource Groups.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResourceQuery Amazon.ResourceGroups.Model.ResourceQuery

Gets and sets the property ResourceQuery.

The resource query associated with the group. For more information about resource queries, see Create a tag-based group in Resource Groups.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags associated with the group.

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