Class: Aws::Types::CreateTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTermsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
-
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
-
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
-
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def client_id @client_id end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
652 653 654 |
# File 'sig/types.rbs', line 652 def enforcement @enforcement end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
653 654 655 |
# File 'sig/types.rbs', line 653 def links @links end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
650 651 652 |
# File 'sig/types.rbs', line 650 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
651 652 653 |
# File 'sig/types.rbs', line 651 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def user_pool_id @user_pool_id end |