Class: Aws::Types::StartLendingAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartLendingAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#document_location ⇒ Types::DocumentLocation
Returns the value of attribute document_location.
-
#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.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
692 693 694 |
# File 'sig/types.rbs', line 692 def client_request_token @client_request_token end |
#document_location ⇒ Types::DocumentLocation
Returns the value of attribute document_location.
691 692 693 |
# File 'sig/types.rbs', line 691 def document_location @document_location end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
693 694 695 |
# File 'sig/types.rbs', line 693 def job_tag @job_tag end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def kms_key_id @kms_key_id end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
694 695 696 |
# File 'sig/types.rbs', line 694 def notification_channel @notification_channel end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
695 696 697 |
# File 'sig/types.rbs', line 695 def output_config @output_config end |