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.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def content_type @content_type end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def knowledge_base_id @knowledge_base_id end |
#presigned_url_time_to_live ⇒ ::Integer
Returns the value of attribute presigned_url_time_to_live.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def presigned_url_time_to_live @presigned_url_time_to_live end |