Class: Aws::CognitoIdentityProvider::Types::DescribeTermsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeTermsRequest
- 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 describe.
-
#user_pool_id ⇒ String
The ID of the user pool that contains the terms documents that you want to describe.
Instance Attribute Details
#terms_id ⇒ String
The ID of the terms documents that you want to describe.
5278 5279 5280 5281 5282 5283 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5278 class DescribeTermsRequest < 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 describe.
5278 5279 5280 5281 5282 5283 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5278 class DescribeTermsRequest < Struct.new( :terms_id, :user_pool_id) SENSITIVE = [] include Aws::Structure end |