Class: Aws::CognitoIdentityProvider::Types::DescribeTermsByClientRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeTermsByClientRequest
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_id]
Instance Attribute Summary collapse
-
#client_id ⇒ String
The ID of the app client that the terms documents are associated with.
-
#terms_name ⇒ String
The name 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
#client_id ⇒ String
The ID of the app client that the terms documents are associated with.
5669 5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5669 class DescribeTermsByClientRequest < Struct.new( :client_id, :user_pool_id, :terms_name) SENSITIVE = [:client_id] include Aws::Structure end |
#terms_name ⇒ String
The name of the terms documents that you want to describe.
5669 5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5669 class DescribeTermsByClientRequest < Struct.new( :client_id, :user_pool_id, :terms_name) SENSITIVE = [:client_id] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool that contains the terms documents that you want to describe.
5669 5670 5671 5672 5673 5674 5675 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5669 class DescribeTermsByClientRequest < Struct.new( :client_id, :user_pool_id, :terms_name) SENSITIVE = [:client_id] include Aws::Structure end |