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.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def region_name @region_name end |
#role ⇒ "PRIMARY", "SECONDARY"
Returns the value of attribute role.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def role @role end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
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.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def user_pool_arn @user_pool_arn end |