Class: Aws::Types::GetMediaAnalysisJobResponse

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)


995
996
997
# File 'sig/types.rbs', line 995

def completion_timestamp
  @completion_timestamp
end

#creation_timestamp::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


994
995
996
# File 'sig/types.rbs', line 994

def creation_timestamp
  @creation_timestamp
end

#failure_detailsTypes::MediaAnalysisJobFailureDetails

Returns the value of attribute failure_details.



993
994
995
# File 'sig/types.rbs', line 993

def failure_details
  @failure_details
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def kms_key_id
  @kms_key_id
end

#manifest_summaryTypes::MediaAnalysisManifestSummary

Returns the value of attribute manifest_summary.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def manifest_summary
  @manifest_summary
end

#operations_configTypes::MediaAnalysisOperationsConfig

Returns the value of attribute operations_config.



991
992
993
# File 'sig/types.rbs', line 991

def operations_config
  @operations_config
end

#output_configTypes::MediaAnalysisOutputConfig

Returns the value of attribute output_config.



997
998
999
# File 'sig/types.rbs', line 997

def output_config
  @output_config
end

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

Returns:

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


992
993
994
# File 'sig/types.rbs', line 992

def status
  @status
end