Class: Aws::QLDB::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags that are currently associated with the specified Amazon QLDB resource.

Returns:

  • (Hash<String,String>)


1121
1122
1123
1124
1125
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1121

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