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
show all
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

Instance Attribute Details

#arnString

The ARN of the resource group.

Returns:

  • (String)

    The ARN of the resource group.

#created_atTime

The time at which resource group is created.

Returns:

  • (Time)

    The time at which resource group is created.

#tagsArray<Types::ResourceGroupTag>

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

Returns: