Class: Aws::Types::StartContentUploadRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2969
2970
2971
# File 'sig/types.rbs', line 2969

def presigned_url_time_to_live
  @presigned_url_time_to_live
end