Class: Aws::Types::StartDocumentTextDetectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


662
663
664
# File 'sig/types.rbs', line 662

def client_request_token
  @client_request_token
end

#document_locationTypes::DocumentLocation

Returns the value of attribute document_location.



661
662
663
# File 'sig/types.rbs', line 661

def document_location
  @document_location
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def job_tag
  @job_tag
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def kms_key_id
  @kms_key_id
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.



664
665
666
# File 'sig/types.rbs', line 664

def notification_channel
  @notification_channel
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def output_config
  @output_config
end