You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The description of the user pool client.

Instance Attribute Summary collapse

Instance Attribute Details

#client_idString

The ID of the client associated with the user pool.

Returns:

  • (String)

    The ID of the client associated with the user pool.

#client_nameString

The client name from the user pool client description.

Returns:

  • (String)

    The client name from the user pool client description.

#user_pool_idString

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

Returns:

  • (String)

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