Class: Aws::SESV2::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sesv2/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 retrieve tag information for.

Returns:

  • (String)


4778
4779
4780
4781
4782
# File 'lib/aws-sdk-sesv2/types.rb', line 4778

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