Class: Aws::Types::CreateContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
189 190 191 |
# File 'sig/types.rbs', line 189 def client_token @client_token end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |
#name ⇒ ::String
Returns the value of attribute name.
192 193 194 |
# File 'sig/types.rbs', line 192 def name @name end |
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
193 194 195 |
# File 'sig/types.rbs', line 193 def override_link_out_uri @override_link_out_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def end |
#title ⇒ ::String
Returns the value of attribute title.
195 196 197 |
# File 'sig/types.rbs', line 195 def title @title end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
196 197 198 |
# File 'sig/types.rbs', line 196 def upload_id @upload_id end |