Class: Aws::Types::SearchedLogStream
- Inherits:
-
Object
- Object
- Aws::Types::SearchedLogStream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#searched_completely ⇒ Boolean
Returns the value of attribute searched_completely.
Instance Attribute Details
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def log_stream_name @log_stream_name end |
#searched_completely ⇒ Boolean
Returns the value of attribute searched_completely.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def searched_completely @searched_completely end |