Class: Aws::SNS::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the topic to which to add tags.

Returns:

  • (String)


3115
3116
3117
3118
3119
3120
# File 'lib/aws-sdk-sns/types.rb', line 3115

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

#tagsArray<Types::Tag>

The tags to be added to the specified topic. A tag consists of a required key and an optional value.

Returns:



3115
3116
3117
3118
3119
3120
# File 'lib/aws-sdk-sns/types.rb', line 3115

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