Class: Aws::Types::UpdateTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTermsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
-
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
-
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
-
#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
#enforcement ⇒ "NONE"
Returns the value of attribute enforcement.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def enforcement @enforcement end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def links @links end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def user_pool_id @user_pool_id end |