Class: Aws::VoiceID::Types::ListTagsForResourceResponse

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

#tagsArray<Types::Tag>

The list of tags associated with the specified resource.

Returns:



1480
1481
1482
1483
1484
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1480

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