class Aws::IAM::Types::UntagOpenIDConnectProviderRequest

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

data as a hash:

    {
      open_id_connect_provider_arn: "arnType", # required
      tag_keys: ["tagKeyType"], # required
    }

@!attribute [rw] open_id_connect_provider_arn

The ARN of the OIDC provider in IAM from which you want to remove
tags.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] tag_keys

A list of key names as a simple array of strings. The tags with
matching keys are removed from the specified OIDC provider.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/UntagOpenIDConnectProviderRequest AWS API Documentation

Constants

SENSITIVE