Class: Aws::Types::DeleteUserPoolReplicaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserPoolReplicaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#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.
855 856 857 |
# File 'sig/types.rbs', line 855 def region_name @region_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
854 855 856 |
# File 'sig/types.rbs', line 854 def user_pool_id @user_pool_id end |