Class: Aws::CognitoIdentityProvider::Types::UntagResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UntagResourceRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.
-
#tag_keys ⇒ Array<String>
An array of tag keys that you want to remove from the user pool.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.
10663 10664 10665 10666 10667 10668 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10663 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
An array of tag keys that you want to remove from the user pool.
10663 10664 10665 10666 10667 10668 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10663 class UntagResourceRequest < Struct.new( :resource_arn, :tag_keys) SENSITIVE = [] include Aws::Structure end |