class Aws::GameLift::Types::UntagResourceRequest
@note When making an API call, you may pass UntagResourceRequest
data as a hash: { resource_arn: "AmazonResourceName", # required tag_keys: ["TagKey"], # required }
@!attribute [rw] resource_arn
The Amazon Resource Name ([ARN][1]) that is assigned to and uniquely identifies the GameLift resource that you want to remove tags from. GameLift resource ARNs are included in the data object for the resource, which can be retrieved by calling a List or Describe operation for the resource type. [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html @return [String]
@!attribute [rw] tag_keys
A list of one or more tag keys to remove from the specified GameLift resource. An AWS resource can have only one tag with a specific tag key, so specifying the tag key identifies which tag to remove. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UntagResourceRequest AWS API Documentation
Constants
- SENSITIVE