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)


5243
5244
5245
5246
5247
5248
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5243

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)


5243
5244
5245
5246
5247
5248
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5243

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