Class: Aws::Types::RunLogLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_log_stream::String

Returns the value of attribute engine_log_stream.

Returns:

  • (::String)


2017
2018
2019
# File 'sig/types.rbs', line 2017

def engine_log_stream
  @engine_log_stream
end

#run_log_stream::String

Returns the value of attribute run_log_stream.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def run_log_stream
  @run_log_stream
end