Class: Aws::Types::StartKeyPhrasesDetectionJobRequest

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)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def client_request_token
  @client_request_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def data_access_role_arn
  @data_access_role_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



1700
1701
1702
# File 'sig/types.rbs', line 1700

def input_data_config
  @input_data_config
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1703
1704
1705
# File 'sig/types.rbs', line 1703

def job_name
  @job_name
end

#language_code"en", ...

Returns the value of attribute language_code.

Returns:

  • ("en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW")


1704
1705
1706
# File 'sig/types.rbs', line 1704

def language_code
  @language_code
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



1701
1702
1703
# File 'sig/types.rbs', line 1701

def output_data_config
  @output_data_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1708
1709
1710
# File 'sig/types.rbs', line 1708

def tags
  @tags
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def volume_kms_key_id
  @volume_kms_key_id
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1707
1708
1709
# File 'sig/types.rbs', line 1707

def vpc_config
  @vpc_config
end