Class: Aws::Braket::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Displays the key, value pairs of tags associated with this resource.

Returns:

  • (Hash<String,String>)


1156
1157
1158
1159
1160
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 1156

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