Class: Aws::Types::UpdateUserPoolReplicaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPoolReplicaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def region_name @region_name end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def status @status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def user_pool_id @user_pool_id end |