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.



2361
2362
2363
# File 'sig/types.rbs', line 2361

def confluence_location
  @confluence_location
end

#custom_document_locationTypes::RetrievalResultCustomDocumentLocation

Returns the value of attribute custom_document_location.



2362
2363
2364
# File 'sig/types.rbs', line 2362

def custom_document_location
  @custom_document_location
end

#google_drive_locationTypes::RetrievalResultGoogleDriveLocation

Returns the value of attribute google_drive_location.



2363
2364
2365
# File 'sig/types.rbs', line 2363

def google_drive_location
  @google_drive_location
end

#kendra_document_locationTypes::RetrievalResultKendraDocumentLocation

Returns the value of attribute kendra_document_location.



2364
2365
2366
# File 'sig/types.rbs', line 2364

def kendra_document_location
  @kendra_document_location
end

#one_drive_locationTypes::RetrievalResultOneDriveLocation

Returns the value of attribute one_drive_location.



2365
2366
2367
# File 'sig/types.rbs', line 2365

def one_drive_location
  @one_drive_location
end

#s3_locationTypes::RetrievalResultS3Location

Returns the value of attribute s3_location.



2366
2367
2368
# File 'sig/types.rbs', line 2366

def s3_location
  @s3_location
end

#salesforce_locationTypes::RetrievalResultSalesforceLocation

Returns the value of attribute salesforce_location.



2367
2368
2369
# File 'sig/types.rbs', line 2367

def salesforce_location
  @salesforce_location
end

#share_point_locationTypes::RetrievalResultSharePointLocation

Returns the value of attribute share_point_location.



2368
2369
2370
# File 'sig/types.rbs', line 2368

def share_point_location
  @share_point_location
end

#sql_locationTypes::RetrievalResultSqlLocation

Returns the value of attribute sql_location.



2369
2370
2371
# File 'sig/types.rbs', line 2369

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")


2370
2371
2372
# File 'sig/types.rbs', line 2370

def type
  @type
end

#web_locationTypes::RetrievalResultWebLocation

Returns the value of attribute web_location.



2371
2372
2373
# File 'sig/types.rbs', line 2371

def web_location
  @web_location
end