Class: Aws::Types::MediaAnalysisJobDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timestamp::Time

Returns the value of attribute completion_timestamp.

Returns:

  • (::Time)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def completion_timestamp
  @completion_timestamp
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def creation_timestamp
  @creation_timestamp
end

#failure_detailsTypes::MediaAnalysisJobFailureDetails

Returns the value of attribute failure_details.



1375
1376
1377
# File 'sig/types.rbs', line 1375

def failure_details
  @failure_details
end

#inputTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def kms_key_id
  @kms_key_id
end

#manifest_summaryTypes::MediaAnalysisManifestSummary

Returns the value of attribute manifest_summary.



1382
1383
1384
# File 'sig/types.rbs', line 1382

def manifest_summary
  @manifest_summary
end

#operations_configTypes::MediaAnalysisOperationsConfig

Returns the value of attribute operations_config.



1373
1374
1375
# File 'sig/types.rbs', line 1373

def operations_config
  @operations_config
end

#output_configTypes::MediaAnalysisOutputConfig

Returns the value of attribute output_config.



1379
1380
1381
# File 'sig/types.rbs', line 1379

def output_config
  @output_config
end

#resultsTypes::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.

Returns:

  • ("CREATED", "QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED")


1374
1375
1376
# File 'sig/types.rbs', line 1374

def status
  @status
end