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.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def enforcement @enforcement end |
#links ⇒ ::Hash[::String, ::String]
Returns the value of attribute links.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def links @links end |
#terms_id ⇒ ::String
Returns the value of attribute terms_id.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def terms_id @terms_id end |
#terms_name ⇒ ::String
Returns the value of attribute terms_name.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def terms_name @terms_name end |
#terms_source ⇒ "LINK"
Returns the value of attribute terms_source.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def terms_source @terms_source end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def user_pool_id @user_pool_id end |