Class: Aws::Pinpoint::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tags_modelTypes::TagsModel

Specifies the tags (keys and values) for an application, campaign, message template, or segment.

Returns:



9120
9121
9122
9123
9124
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9120

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