Class: Aws::Omics::Types::RunLogLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunLogLocation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The URI for the run log.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_log_stream ⇒ String
The log stream ARN for the engine log.
-
#run_log_stream ⇒ String
The log stream ARN for the run log.
Instance Attribute Details
#engine_log_stream ⇒ String
The log stream ARN for the engine log.
5687 5688 5689 5690 5691 5692 |
# File 'lib/aws-sdk-omics/types.rb', line 5687 class RunLogLocation < Struct.new( :engine_log_stream, :run_log_stream) SENSITIVE = [] include Aws::Structure end |
#run_log_stream ⇒ String
The log stream ARN for the run log.
5687 5688 5689 5690 5691 5692 |
# File 'lib/aws-sdk-omics/types.rb', line 5687 class RunLogLocation < Struct.new( :engine_log_stream, :run_log_stream) SENSITIVE = [] include Aws::Structure end |