Class: Aws::Types::DeleteUserPoolDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserPoolDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
845 846 847 |
# File 'sig/types.rbs', line 845 def domain @domain end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
846 847 848 |
# File 'sig/types.rbs', line 846 def user_pool_id @user_pool_id end |