You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::TagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::TagResourceRequest
- Defined in:
- (unknown)
Overview
Note:
When passing TagResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_arn: "__string", # required
tags_model: { # required
tags: { # required
"__string" => "__string",
},
},
}
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
-
#tags_model ⇒ Types::TagsModel
Specifies the tags (keys and values) for an application, campaign, message template, or segment.
.
Instance Attribute Details
#resource_arn ⇒ String
#tags_model ⇒ Types::TagsModel
Specifies the tags (keys and values) for an application, campaign, message template, or segment.