Class: Aws::Types::StartMediaAnalysisJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartMediaAnalysisJobRequest
- 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.
-
#input ⇒ Types::MediaAnalysisInput
Returns the value of attribute input.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Returns the value of attribute operations_config.
-
#output_config ⇒ Types::MediaAnalysisOutputConfig
Returns the value of attribute output_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def client_request_token @client_request_token end |
#input ⇒ Types::MediaAnalysisInput
Returns the value of attribute input.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def input @input end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def job_name @job_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def kms_key_id @kms_key_id end |
#operations_config ⇒ Types::MediaAnalysisOperationsConfig
Returns the value of attribute operations_config.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def operations_config @operations_config end |
#output_config ⇒ Types::MediaAnalysisOutputConfig
Returns the value of attribute output_config.
1817 1818 1819 |
# File 'sig/types.rbs', line 1817 def output_config @output_config end |