Class: Aws::Types::GetLogEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLogEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_from_head ⇒ Boolean
Returns the value of attribute start_from_head.
-
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
-
#unmask ⇒ Boolean
Returns the value of attribute unmask.
Instance Attribute Details
#end_time ⇒ ::Integer
Returns the value of attribute end_time.
960 961 962 |
# File 'sig/types.rbs', line 960 def end_time @end_time end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
962 963 964 |
# File 'sig/types.rbs', line 962 def limit @limit end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
957 958 959 |
# File 'sig/types.rbs', line 957 def log_group_identifier @log_group_identifier end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
956 957 958 |
# File 'sig/types.rbs', line 956 def log_group_name @log_group_name end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
958 959 960 |
# File 'sig/types.rbs', line 958 def log_stream_name @log_stream_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
961 962 963 |
# File 'sig/types.rbs', line 961 def next_token @next_token end |
#start_from_head ⇒ Boolean
Returns the value of attribute start_from_head.
963 964 965 |
# File 'sig/types.rbs', line 963 def start_from_head @start_from_head end |
#start_time ⇒ ::Integer
Returns the value of attribute start_time.
959 960 961 |
# File 'sig/types.rbs', line 959 def start_time @start_time end |
#unmask ⇒ Boolean
Returns the value of attribute unmask.
964 965 966 |
# File 'sig/types.rbs', line 964 def unmask @unmask end |