Class: Aws::Inspector::Types::ResourceGroupTag

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

Overview

This data type is used as one of the elements of the ResourceGroup data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A tag key.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2433

class ResourceGroupTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value assigned to a tag key.

Returns:

  • (String)


2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2433

class ResourceGroupTag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end