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>)


998
999
1000
1001
1002
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 998

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