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.
971 972 973 |
# File 'sig/types.rbs', line 971 def content_id @content_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
972 973 974 |
# File 'sig/types.rbs', line 972 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
973 974 975 |
# File 'sig/types.rbs', line 973 def end |
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
974 975 976 |
# File 'sig/types.rbs', line 974 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.
975 976 977 |
# File 'sig/types.rbs', line 975 def remove_override_link_out_uri @remove_override_link_out_uri end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def revision_id @revision_id end |
#title ⇒ ::String
Returns the value of attribute title.
977 978 979 |
# File 'sig/types.rbs', line 977 def title @title end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
978 979 980 |
# File 'sig/types.rbs', line 978 def upload_id @upload_id end |