Class: Aws::Types::GetDocumentContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_context])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def data_source_id
  @data_source_id
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def document_id
  @document_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def knowledge_base_id
  @knowledge_base_id
end

#output_format"RAW", "EXTRACTED"

Returns the value of attribute output_format.

Returns:

  • ("RAW", "EXTRACTED")


1095
1096
1097
# File 'sig/types.rbs', line 1095

def output_format
  @output_format
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



1096
1097
1098
# File 'sig/types.rbs', line 1096

def user_context
  @user_context
end