class Aws::FraudDetector::Types::TagResourceRequest

@note When making an API call, you may pass TagResourceRequest

data as a hash:

    {
      resource_arn: "fraudDetectorArn", # required
      tags: [ # required
        {
          key: "tagKey", # required
          value: "tagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The resource ARN.
@return [String]

@!attribute [rw] tags

The tags to assign to the resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/TagResourceRequest AWS API Documentation

Constants

SENSITIVE