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)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def region_name
  @region_name
end

#role"PRIMARY", "SECONDARY"

Returns the value of attribute role.

Returns:

  • ("PRIMARY", "SECONDARY")


2546
2547
2548
# File 'sig/types.rbs', line 2546

def role
  @role
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


2545
2546
2547
# File 'sig/types.rbs', line 2545

def status
  @status
end

#user_pool_arn::String

Returns the value of attribute user_pool_arn.

Returns:

  • (::String)


2547
2548
2549
# File 'sig/types.rbs', line 2547

def user_pool_arn
  @user_pool_arn
end