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)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215

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)


5215
5216
5217
5218
5219
5220
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5215

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