Class: Aws::Types::StartTopicsDetectionJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTopicsDetectionJobRequest
- 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.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#number_of_topics ⇒ ::Integer
Returns the value of attribute number_of_topics.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def job_name @job_name end |
#number_of_topics ⇒ ::Integer
Returns the value of attribute number_of_topics.
1784 1785 1786 |
# File 'sig/types.rbs', line 1784 def number_of_topics @number_of_topics end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def output_data_config @output_data_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def @tags end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def vpc_config @vpc_config end |