Class: Aws::Drs::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags of the requested resource.

Returns:

  • (Hash<String,String>)


1960
1961
1962
1963
1964
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1960

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