Class: Aws::CognitoIdentityProvider::Types::UpdateUserPoolClientResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_pool_clientTypes::UserPoolClientType

The user pool client value from the response from the server when you request to update the user pool client.



9230
9231
9232
9233
9234
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9230

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