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.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def log_stream_name @log_stream_name end |
#searched_completely ⇒ Boolean
Returns the value of attribute searched_completely.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def searched_completely @searched_completely end |