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
show all
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

Instance Attribute Details

#resource_arnString

Returns:

  • (String)

#tags_modelTypes::TagsModel

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

Returns:

  • (Types::TagsModel)

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

    .