Class: Aws::Types::DescribeTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTermsRequest
- 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.
960 961 962 |
# File 'sig/types.rbs', line 960 def terms_id @terms_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
961 962 963 |
# File 'sig/types.rbs', line 961 def user_pool_id @user_pool_id end |