You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::ResourceGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ResourceGroup
- Defined in:
- (unknown)
Overview
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.
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource group.
-
#created_at ⇒ Time
The time at which resource group is created.
-
#tags ⇒ Array<Types::ResourceGroupTag>
The tags (key and value pairs) of the resource group.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource group.
#created_at ⇒ Time
The time at which resource group is created.
#tags ⇒ Array<Types::ResourceGroupTag>
The tags (key and value pairs) of the resource group. This data type property is used in the CreateResourceGroup action.