Class: Aws::CognitoIdentityProvider::Types::UpdateUserPoolReplicaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UpdateUserPoolReplicaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_pool_replica ⇒ Types::UserPoolReplicaType
Information about the updated user pool replica.
Instance Attribute Details
#user_pool_replica ⇒ Types::UserPoolReplicaType
Information about the updated user pool replica.
12884 12885 12886 12887 12888 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12884 class UpdateUserPoolReplicaResponse < Struct.new( :user_pool_replica) SENSITIVE = [] include Aws::Structure end |