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.
726 727 728 |
# File 'sig/types.rbs', line 726 def region_name @region_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
725 726 727 |
# File 'sig/types.rbs', line 725 def user_pool_id @user_pool_id end |
#user_pool_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute user_pool_tags.
727 728 729 |
# File 'sig/types.rbs', line 727 def @user_pool_tags end |