Class: Aws::Types::MediaAnalysisJobDescription
- Inherits:
-
Object
- Object
- Aws::Types::MediaAnalysisJobDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#failure_details ⇒ Types::MediaAnalysisJobFailureDetails
Returns the value of attribute failure_details.
-
#input ⇒ Types::MediaAnalysisInput
Returns the value of attribute input.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#manifest_summary ⇒ Types::MediaAnalysisManifestSummary
Returns the value of attribute manifest_summary.
-
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Returns the value of attribute operations_config.
-
#output_config ⇒ Types::MediaAnalysisOutputConfig
Returns the value of attribute output_config.
-
#results ⇒ Types::MediaAnalysisResults
Returns the value of attribute results.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
Instance Attribute Details
#completion_timestamp ⇒ ::Time
Returns the value of attribute completion_timestamp.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def @completion_timestamp end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def @creation_timestamp end |
#failure_details ⇒ Types::MediaAnalysisJobFailureDetails
Returns the value of attribute failure_details.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def failure_details @failure_details end |
#input ⇒ Types::MediaAnalysisInput
Returns the value of attribute input.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def input @input end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def job_name @job_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def kms_key_id @kms_key_id end |
#manifest_summary ⇒ Types::MediaAnalysisManifestSummary
Returns the value of attribute manifest_summary.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def manifest_summary @manifest_summary end |
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Returns the value of attribute operations_config.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def operations_config @operations_config end |
#output_config ⇒ Types::MediaAnalysisOutputConfig
Returns the value of attribute output_config.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def output_config @output_config end |
#results ⇒ Types::MediaAnalysisResults
Returns the value of attribute results.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def results @results end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def status @status end |