Class: Aws::CognitoIdentityProvider::Types::DescribeTermsByClientRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:client_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The ID of the app client that the terms documents are associated with.

Returns:

  • (String)


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_nameString

The name of the terms documents that you want to describe.

Returns:

  • (String)


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_idString

The ID of the user pool that contains the terms documents that you want to describe.

Returns:

  • (String)


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