Class: Aws::Types::TopicsDetectionJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::TopicsDetectionJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#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.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#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
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def data_access_role_arn @data_access_role_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def end_time @end_time end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def @message end |
#number_of_topics ⇒ ::Integer
Returns the value of attribute number_of_topics.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def number_of_topics @number_of_topics end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def output_data_config @output_data_config end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def submit_time @submit_time end |
#volume_kms_key_id ⇒ ::String
Returns the value of attribute volume_kms_key_id.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def volume_kms_key_id @volume_kms_key_id end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def vpc_config @vpc_config end |