class Aws::KinesisAnalyticsV2::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "KinesisAnalyticsARN", # required tags: [ # required { key: "TagKey", # required value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The ARN of the application to assign the tags. @return [String]
@!attribute [rw] tags
The key-value tags to assign to the application. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE