Class: Aws::CognitoIdentityProvider::Types::UserPoolClientDescription

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

Overview

The description of the user pool client.

Constant Summary collapse

SENSITIVE =
[:client_id]

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The ID of the client associated with the user pool.

Returns:

  • (String)


9763
9764
9765
9766
9767
9768
9769
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9763

class UserPoolClientDescription < Struct.new(
  :client_id,
  :user_pool_id,
  :client_name)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#client_nameString

The client name from the user pool client description.

Returns:

  • (String)


9763
9764
9765
9766
9767
9768
9769
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9763

class UserPoolClientDescription < Struct.new(
  :client_id,
  :user_pool_id,
  :client_name)
  SENSITIVE = [:client_id]
  include Aws::Structure
end

#user_pool_idString

The user pool ID for the user pool where you want to describe the user pool client.

Returns:

  • (String)


9763
9764
9765
9766
9767
9768
9769
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9763

class UserPoolClientDescription < Struct.new(
  :client_id,
  :user_pool_id,
  :client_name)
  SENSITIVE = [:client_id]
  include Aws::Structure
end