Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateUserPoolClientResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server to create a user pool client.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client that was just created.
Instance Attribute Details
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client that was just created.
3459 3460 3461 3462 3463 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3459 class CreateUserPoolClientResponse < Struct.new( :user_pool_client) SENSITIVE = [] include Aws::Structure end |