Class: Aws::MWAA::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The key-value tag pairs associated to your environment. For more information, see Tagging Amazon Web Services resources.

Returns:

  • (Hash<String,String>)


949
950
951
952
953
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 949

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