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)


2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-sns/types.rb', line 2958

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:



2958
2959
2960
2961
2962
2963
# File 'lib/aws-sdk-sns/types.rb', line 2958

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