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.
852 853 854 |
# File 'sig/types.rbs', line 852 def domain @domain end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
853 854 855 |
# File 'sig/types.rbs', line 853 def user_pool_id @user_pool_id end |