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.
656 657 658 |
# File 'sig/types.rbs', line 656 def client_id @client_id end |
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
659 660 661 |
# File 'sig/types.rbs', line 659 def enforcement @enforcement end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
660 661 662 |
# File 'sig/types.rbs', line 660 def links @links end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
657 658 659 |
# File 'sig/types.rbs', line 657 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
658 659 660 |
# File 'sig/types.rbs', line 658 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
655 656 657 |
# File 'sig/types.rbs', line 655 def user_pool_id @user_pool_id end |