ResourceGroup class

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.

Constructors

ResourceGroup({required String arn, required DateTime createdAt, required List<ResourceGroupTag> tags})
ResourceGroup.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The ARN of the resource group.
final
createdAt DateTime
The time at which resource group is created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<ResourceGroupTag>
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited