Class: Aws::CognitoIdentityProvider::Types::UpdateUserPoolClientResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateUserPoolClientResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Represents the response from the server to the request to update the user pool client.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client value from the response from the server when you request to update the user pool client.
Instance Attribute Details
#user_pool_client ⇒ Types::UserPoolClientType
The user pool client value from the response from the server when you request to update the user pool client.
9519 9520 9521 9522 9523 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9519 class UpdateUserPoolClientResponse < Struct.new( :user_pool_client) SENSITIVE = [] include Aws::Structure end |