Class: Aws::Shield::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.

Returns:

  • (String)


2063
2064
2065
2066
2067
2068
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2063

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

#tagsArray<Types::Tag>

The tags that you want to modify or add to the resource.

Returns:



2063
2064
2065
2066
2067
2068
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 2063

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