Class: Aws::Inspector::Types::ResourceGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource group.

Returns:

  • (String)


2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2412

class ResourceGroup < Struct.new(
  :arn,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time at which resource group is created.

Returns:

  • (Time)


2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2412

class ResourceGroup < Struct.new(
  :arn,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::ResourceGroupTag>

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

Returns:



2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2412

class ResourceGroup < Struct.new(
  :arn,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end