Class: Aws::VoiceID::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Voice ID resource for which you want to list the tags.

Returns:

  • (String)


1468
1469
1470
1471
1472
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1468

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