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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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 updated details of your app client.



11607
11608
11609
11610
11611
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 11607

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