class Aws::Inspector::Types::SetTagsForResourceRequest
@note When making an API call, you may pass SetTagsForResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: [ { key: "TagKey", # required value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The ARN of the assessment template that you want to set tags to. @return [String]
@!attribute [rw] tags
A collection of key and value pairs that you want to set to the assessment template. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/SetTagsForResourceRequest AWS API Documentation
Constants
- SENSITIVE