Class: Aws::Types::StartContentUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContentUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#presigned_url_time_to_live ⇒ ::Integer
Returns the value of attribute presigned_url_time_to_live.
Instance Attribute Details
#content_type ⇒ ::String
Returns the value of attribute content_type.
917 918 919 |
# File 'sig/types.rbs', line 917 def content_type @content_type end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
918 919 920 |
# File 'sig/types.rbs', line 918 def knowledge_base_id @knowledge_base_id end |
#presigned_url_time_to_live ⇒ ::Integer
Returns the value of attribute presigned_url_time_to_live.
919 920 921 |
# File 'sig/types.rbs', line 919 def presigned_url_time_to_live @presigned_url_time_to_live end |