Class: Aws::Types::UpdateContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_id ⇒ ::String
Returns the value of attribute content_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
-
#remove_override_link_out_uri ⇒ Boolean
Returns the value of attribute remove_override_link_out_uri.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#content_id ⇒ ::String
Returns the value of attribute content_id.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
3231 3232 3233 |
# File 'sig/types.rbs', line 3231 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
3237 3238 3239 |
# File 'sig/types.rbs', line 3237 def @metadata end |
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def override_link_out_uri @override_link_out_uri end |
#remove_override_link_out_uri ⇒ Boolean
Returns the value of attribute remove_override_link_out_uri.
3236 3237 3238 |
# File 'sig/types.rbs', line 3236 def remove_override_link_out_uri @remove_override_link_out_uri end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def revision_id @revision_id end |
#title ⇒ ::String
Returns the value of attribute title.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def title @title end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def upload_id @upload_id end |