Class: Aws::Types::DeleteTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTermsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
814 815 816 |
# File 'sig/types.rbs', line 814 def terms_id @terms_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
815 816 817 |
# File 'sig/types.rbs', line 815 def user_pool_id @user_pool_id end |