Class: Aws::CognitoIdentityProvider::Types::DescribeUserPoolClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeUserPoolClientResponse
- 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
-
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client from a server response to describe the user pool client.
Instance Attribute Details
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client from a server response to describe the user pool client.
4139 4140 4141 4142 4143 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4139 class DescribeUserPoolClientResponse < Struct.new( :user_pool_client) SENSITIVE = [] include Aws::Structure end |