Class: Aws::Types::RunLogLocation
- Inherits:
-
Object
- Object
- Aws::Types::RunLogLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_log_stream ⇒ ::String
Returns the value of attribute engine_log_stream.
-
#run_log_stream ⇒ ::String
Returns the value of attribute run_log_stream.
Instance Attribute Details
#engine_log_stream ⇒ ::String
Returns the value of attribute engine_log_stream.
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.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def run_log_stream @run_log_stream end |