Class: Aws::MarketplaceCatalog::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Required. The ARN associated with the resource you want to list tags on.

Returns:

  • (String)


701
702
703
704
705
706
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 701

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

#tagsArray<Types::Tag>

Required. A list of objects specifying each key name and value. Number of objects allowed: 1-50.

Returns:



701
702
703
704
705
706
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 701

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