Class: Aws::Types::GetMediaAnalysisJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMediaAnalysisJobResponse
- 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.
995 996 997 |
# File 'sig/types.rbs', line 995 def @completion_timestamp end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
994 995 996 |
# File 'sig/types.rbs', line 994 def @creation_timestamp end |
#failure_details ⇒ Types::MediaAnalysisJobFailureDetails
Returns the value of attribute failure_details.
993 994 995 |
# File 'sig/types.rbs', line 993 def failure_details @failure_details end |
#input ⇒ Types::MediaAnalysisInput
Returns the value of attribute input.
996 997 998 |
# File 'sig/types.rbs', line 996 def input @input end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
990 991 992 |
# File 'sig/types.rbs', line 990 def job_name @job_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
998 999 1000 |
# File 'sig/types.rbs', line 998 def kms_key_id @kms_key_id end |
#manifest_summary ⇒ Types::MediaAnalysisManifestSummary
Returns the value of attribute manifest_summary.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def manifest_summary @manifest_summary end |
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Returns the value of attribute operations_config.
991 992 993 |
# File 'sig/types.rbs', line 991 def operations_config @operations_config end |
#output_config ⇒ Types::MediaAnalysisOutputConfig
Returns the value of attribute output_config.
997 998 999 |
# File 'sig/types.rbs', line 997 def output_config @output_config end |
#results ⇒ Types::MediaAnalysisResults
Returns the value of attribute results.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def results @results end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
992 993 994 |
# File 'sig/types.rbs', line 992 def status @status end |