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)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def data_source_id
  @data_source_id
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def document_id
  @document_id
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def knowledge_base_id
  @knowledge_base_id
end

#output_format"RAW", "EXTRACTED"

Returns the value of attribute output_format.

Returns:

  • ("RAW", "EXTRACTED")


1177
1178
1179
# File 'sig/types.rbs', line 1177

def output_format
  @output_format
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def user_context
  @user_context
end