Class: Aws::CognitoIdentityProvider::Types::CreateUserPoolReplicaResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_pool_replicaTypes::UserPoolReplicaType

Information about the created user pool replica, including its status and role.



4643
4644
4645
4646
4647
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4643

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