class Aws::CognitoIdentityProvider::Types::DescribeUserPoolClientRequest

Represents the request to describe a user pool client.

@note When making an API call, you may pass DescribeUserPoolClientRequest

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      client_id: "ClientIdType", # required
    }

@!attribute [rw] user_pool_id

The user pool ID for the user pool you want to describe.
@return [String]

@!attribute [rw] client_id

The app client ID of the app associated with the user pool.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/DescribeUserPoolClientRequest AWS API Documentation

Constants

SENSITIVE