Class: Aws::Types::StartDocumentClassificationJobRequest

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)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def data_access_role_arn
  @data_access_role_arn
end

#document_classifier_arn::String

Returns the value of attribute document_classifier_arn.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def document_classifier_arn
  @document_classifier_arn
end

#flywheel_arn::String

Returns the value of attribute flywheel_arn.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def flywheel_arn
  @flywheel_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



1607
1608
1609
# File 'sig/types.rbs', line 1607

def input_data_config
  @input_data_config
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def job_name
  @job_name
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def output_data_config
  @output_data_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1613
1614
1615
# File 'sig/types.rbs', line 1613

def tags
  @tags
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1612
1613
1614
# File 'sig/types.rbs', line 1612

def vpc_config
  @vpc_config
end