Class: Aws::Types::RetrievalResultLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confluence_locationTypes::RetrievalResultConfluenceLocation

Returns the value of attribute confluence_location.



2443
2444
2445
# File 'sig/types.rbs', line 2443

def confluence_location
  @confluence_location
end

#custom_document_locationTypes::RetrievalResultCustomDocumentLocation

Returns the value of attribute custom_document_location.



2444
2445
2446
# File 'sig/types.rbs', line 2444

def custom_document_location
  @custom_document_location
end

#google_drive_locationTypes::RetrievalResultGoogleDriveLocation

Returns the value of attribute google_drive_location.



2445
2446
2447
# File 'sig/types.rbs', line 2445

def google_drive_location
  @google_drive_location
end

#kendra_document_locationTypes::RetrievalResultKendraDocumentLocation

Returns the value of attribute kendra_document_location.



2446
2447
2448
# File 'sig/types.rbs', line 2446

def kendra_document_location
  @kendra_document_location
end

#one_drive_locationTypes::RetrievalResultOneDriveLocation

Returns the value of attribute one_drive_location.



2447
2448
2449
# File 'sig/types.rbs', line 2447

def one_drive_location
  @one_drive_location
end

#s3_locationTypes::RetrievalResultS3Location

Returns the value of attribute s3_location.



2448
2449
2450
# File 'sig/types.rbs', line 2448

def s3_location
  @s3_location
end

#salesforce_locationTypes::RetrievalResultSalesforceLocation

Returns the value of attribute salesforce_location.



2449
2450
2451
# File 'sig/types.rbs', line 2449

def salesforce_location
  @salesforce_location
end

#share_point_locationTypes::RetrievalResultSharePointLocation

Returns the value of attribute share_point_location.



2450
2451
2452
# File 'sig/types.rbs', line 2450

def share_point_location
  @share_point_location
end

#sql_locationTypes::RetrievalResultSqlLocation

Returns the value of attribute sql_location.



2451
2452
2453
# File 'sig/types.rbs', line 2451

def sql_location
  @sql_location
end

#type"S3", ...

Returns the value of attribute type.

Returns:

  • ("S3", "WEB", "CONFLUENCE", "SALESFORCE", "SHAREPOINT", "CUSTOM", "KENDRA", "SQL", "ONEDRIVE", "GOOGLEDRIVE")


2452
2453
2454
# File 'sig/types.rbs', line 2452

def type
  @type
end

#web_locationTypes::RetrievalResultWebLocation

Returns the value of attribute web_location.



2453
2454
2455
# File 'sig/types.rbs', line 2453

def web_location
  @web_location
end