class Aws::ServiceQuotas::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "AmazonResourceName", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the [list-service-quotas][1] AWS CLI command or the [ListServiceQuotas][2] AWS API operation. [1]: https://docs.aws.amazon.com/cli/latest/reference/service-quotas/list-service-quotas.html [2]: https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_ListServiceQuotas.html @return [String]
@!attribute [rw] tags
The tags that you want to add to the resource. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/service-quotas-2019-06-24/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE