Class: Aws::Types::UserPoolReplicaType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def region_name
  @region_name
end

#role"PRIMARY", "SECONDARY"

Returns the value of attribute role.

Returns:

  • ("PRIMARY", "SECONDARY")


2514
2515
2516
# File 'sig/types.rbs', line 2514

def role
  @role
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "INACTIVE", "DELETING")


2513
2514
2515
# File 'sig/types.rbs', line 2513

def status
  @status
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def user_pool_arn
  @user_pool_arn
end