Class: Aws::CognitoIdentityProvider::Types::DeleteTermsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteTermsRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#terms_id ⇒ String
The ID of the terms documents that you want to delete.
-
#user_pool_id ⇒ String
The ID of the user pool that contains the terms documents that you want to delete.
Instance Attribute Details
#terms_id ⇒ String
The ID of the terms documents that you want to delete.
4954 4955 4956 4957 4958 4959 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4954 class DeleteTermsRequest < Struct.new( :terms_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that contains the terms documents that you want to delete.
4954 4955 4956 4957 4958 4959 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4954 class DeleteTermsRequest < Struct.new( :terms_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |