Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolClientResponse

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

Overview

Represents the response from the server from a request to describe the user pool client.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_clientTypes::UserPoolClientType

The user pool client from a server response to describe the user pool client.



4074
4075
4076
4077
4078
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4074

class DescribeUserPoolClientResponse < Struct.new(
  :user_pool_client)
  SENSITIVE = []
  include Aws::Structure
end