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.
821 822 823 |
# File 'sig/types.rbs', line 821 def terms_id @terms_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
822 823 824 |
# File 'sig/types.rbs', line 822 def user_pool_id @user_pool_id end |