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.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def confluence_location @confluence_location end |
#custom_document_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::RetrievalResultS3Location
Returns the value of attribute s3_location.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def s3_location @s3_location end |
#salesforce_location ⇒ Types::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_location ⇒ Types::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_location ⇒ Types::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.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def type @type end |
#web_location ⇒ Types::RetrievalResultWebLocation
Returns the value of attribute web_location.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def web_location @web_location end |