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.

Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the DescribeResourceGroups action.

Inheritance Hierarchy

System.Object
  Amazon.Inspector.Model.ResourceGroup

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

Syntax

C#
public class ResourceGroup

The ResourceGroup type exposes the following members

Constructors

NameDescription
Public Method ResourceGroup()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The ARN of the resource group.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time at which resource group is created.

Public Property Tags System.Collections.Generic.List<Amazon.Inspector.Model.ResourceGroupTag>

Gets and sets the property Tags.

The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.

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