Class: Aws::MarketplaceDeployment::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A map of key-value pairs, where each pair represents a tag present on the resource.

Returns:

  • (Hash<String,String>)


101
102
103
104
105
# File 'gems/aws-sdk-marketplacedeployment/lib/aws-sdk-marketplacedeployment/types.rb', line 101

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