Class: Aws::Types::RetrievalResultLocation
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalResultLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confluence_location ⇒ Types::RetrievalResultConfluenceLocation
Returns the value of attribute confluence_location.
-
#custom_document_location ⇒ Types::RetrievalResultCustomDocumentLocation
Returns the value of attribute custom_document_location.
-
#google_drive_location ⇒ Types::RetrievalResultGoogleDriveLocation
Returns the value of attribute google_drive_location.
-
#kendra_document_location ⇒ Types::RetrievalResultKendraDocumentLocation
Returns the value of attribute kendra_document_location.
-
#one_drive_location ⇒ Types::RetrievalResultOneDriveLocation
Returns the value of attribute one_drive_location.
-
#s3_location ⇒ Types::RetrievalResultS3Location
Returns the value of attribute s3_location.
-
#salesforce_location ⇒ Types::RetrievalResultSalesforceLocation
Returns the value of attribute salesforce_location.
-
#share_point_location ⇒ Types::RetrievalResultSharePointLocation
Returns the value of attribute share_point_location.
-
#sql_location ⇒ Types::RetrievalResultSqlLocation
Returns the value of attribute sql_location.
-
#type ⇒ "S3", ...
Returns the value of attribute type.
-
#web_location ⇒ Types::RetrievalResultWebLocation
Returns the value of attribute web_location.
Instance Attribute Details
#confluence_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::RetrievalResultS3Location
Returns the value of attribute s3_location.
2366 2367 2368 |
# File 'sig/types.rbs', line 2366 def s3_location @s3_location end |
#salesforce_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def type @type end |
#web_location ⇒ Types::RetrievalResultWebLocation
Returns the value of attribute web_location.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def web_location @web_location end |