Class: Aws::VoiceID::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
The list of tags associated with the specified resource.
1192 1193 1194 1195 1196 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1192 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |