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.
722 723 724 |
# File 'sig/types.rbs', line 722 def client_token @client_token end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
716 717 718 |
# File 'sig/types.rbs', line 716 def knowledge_base_id @knowledge_base_id end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
720 721 722 |
# File 'sig/types.rbs', line 720 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
717 718 719 |
# File 'sig/types.rbs', line 717 def name @name end |
#override_link_out_uri ⇒ ::String
Returns the value of attribute override_link_out_uri.
719 720 721 |
# File 'sig/types.rbs', line 719 def override_link_out_uri @override_link_out_uri end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
723 724 725 |
# File 'sig/types.rbs', line 723 def @tags end |
#title ⇒ ::String
Returns the value of attribute title.
718 719 720 |
# File 'sig/types.rbs', line 718 def title @title end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def upload_id @upload_id end |