Class: Aws::Pinpoint::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags_model ⇒ Types::TagsModel
Specifies the tags (keys and values) for an application, campaign, message template, or segment.
Instance Attribute Details
#tags_model ⇒ Types::TagsModel
Specifies the tags (keys and values) for an application, campaign, message template, or segment.
12331 12332 12333 12334 12335 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12331 class ListTagsForResourceResponse < Struct.new( :tags_model) SENSITIVE = [] include Aws::Structure end |