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.
2357 2358 2359 |
# File 'sig/types.rbs', line 2357 def region_name @region_name end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
2358 2359 2360 |
# File 'sig/types.rbs', line 2358 def status @status end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def user_pool_id @user_pool_id end |