Class: Aws::Omics::Types::RunLogLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

The URI for the run log.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_log_streamString

The log stream ARN for the engine log.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6534

class RunLogLocation < Struct.new(
  :engine_log_stream,
  :run_log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#run_log_streamString

The log stream ARN for the run log.

Returns:

  • (String)


6534
6535
6536
6537
6538
6539
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6534

class RunLogLocation < Struct.new(
  :engine_log_stream,
  :run_log_stream)
  SENSITIVE = []
  include Aws::Structure
end