Class: Aws::Types::StartDocumentAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDocumentAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adapters_config ⇒ Types::AdaptersConfig
Returns the value of attribute adapters_config.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#document_location ⇒ Types::DocumentLocation
Returns the value of attribute document_location.
-
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#queries_config ⇒ Types::QueriesConfig
Returns the value of attribute queries_config.
Instance Attribute Details
#adapters_config ⇒ Types::AdaptersConfig
Returns the value of attribute adapters_config.
651 652 653 |
# File 'sig/types.rbs', line 651 def adapters_config @adapters_config end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
645 646 647 |
# File 'sig/types.rbs', line 645 def client_request_token @client_request_token end |
#document_location ⇒ Types::DocumentLocation
Returns the value of attribute document_location.
643 644 645 |
# File 'sig/types.rbs', line 643 def document_location @document_location end |
#feature_types ⇒ ::Array[("TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | "LAYOUT")]
Returns the value of attribute feature_types.
644 645 646 |
# File 'sig/types.rbs', line 644 def feature_types @feature_types end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
646 647 648 |
# File 'sig/types.rbs', line 646 def job_tag @job_tag end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
649 650 651 |
# File 'sig/types.rbs', line 649 def kms_key_id @kms_key_id end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
647 648 649 |
# File 'sig/types.rbs', line 647 def notification_channel @notification_channel end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
648 649 650 |
# File 'sig/types.rbs', line 648 def output_config @output_config end |
#queries_config ⇒ Types::QueriesConfig
Returns the value of attribute queries_config.
650 651 652 |
# File 'sig/types.rbs', line 650 def queries_config @queries_config end |