Class: Aws::Types::CreateUserPoolReplicaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserPoolReplicaRequest
- 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.
-
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
733 734 735 |
# File 'sig/types.rbs', line 733 def region_name @region_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
732 733 734 |
# File 'sig/types.rbs', line 732 def user_pool_id @user_pool_id end |
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
734 735 736 |
# File 'sig/types.rbs', line 734 def end |