Class: Aws::Detective::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the behavior graph to assign the tags to.

Returns:

  • (String)


1737
1738
1739
1740
1741
1742
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1737

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

#tagsHash<String,String>

The tags to assign to the behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.

Returns:

  • (Hash<String,String>)


1737
1738
1739
1740
1741
1742
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1737

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