Class: Aws::Types::StartMediaAnalysisJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def client_request_token
  @client_request_token
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


1818
1819
1820
# File 'sig/types.rbs', line 1818

def kms_key_id
  @kms_key_id
end

#operations_configTypes::MediaAnalysisOperationsConfig

Returns the value of attribute operations_config.



1815
1816
1817
# File 'sig/types.rbs', line 1815

def operations_config
  @operations_config
end

#output_configTypes::MediaAnalysisOutputConfig

Returns the value of attribute output_config.



1817
1818
1819
# File 'sig/types.rbs', line 1817

def output_config
  @output_config
end