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.
941 942 943 |
# File 'sig/types.rbs', line 941 def terms_id @terms_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
942 943 944 |
# File 'sig/types.rbs', line 942 def user_pool_id @user_pool_id end |