Class: Aws::Mgn::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

List tags for resource response.

Returns:

  • (Hash<String,String>)


2715
2716
2717
2718
2719
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2715

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