Class: Aws::Types::UserPoolReplicaType
- Inherits:
-
Object
- Object
- Aws::Types::UserPoolReplicaType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#role ⇒ "PRIMARY", "SECONDARY"
Returns the value of attribute role.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#user_pool_arn ⇒ ::String
Returns the value of attribute user_pool_arn.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def region_name @region_name end |
#role ⇒ "PRIMARY", "SECONDARY"
Returns the value of attribute role.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def role @role end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
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.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def user_pool_arn @user_pool_arn end |