Class: Aws::GuardDuty::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) for the GuardDuty resource to apply a tag to.

Returns:

  • (String)


7365
7366
7367
7368
7369
7370
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7365

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to be added to a resource.

Returns:

  • (Hash<String,String>)


7365
7366
7367
7368
7369
7370
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7365

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end