Class: Aws::Types::DescribeLogStreamsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLogStreamsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#descending ⇒ Boolean
Returns the value of attribute descending.
-
#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_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order_by ⇒ "LogStreamName", "LastEventTime"
Returns the value of attribute order_by.
Instance Attribute Details
#descending ⇒ Boolean
Returns the value of attribute descending.
663 664 665 |
# File 'sig/types.rbs', line 663 def descending @descending end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
665 666 667 |
# File 'sig/types.rbs', line 665 def limit @limit end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
660 661 662 |
# File 'sig/types.rbs', line 660 def log_group_identifier @log_group_identifier end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def log_group_name @log_group_name end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
661 662 663 |
# File 'sig/types.rbs', line 661 def log_stream_name_prefix @log_stream_name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
664 665 666 |
# File 'sig/types.rbs', line 664 def next_token @next_token end |
#order_by ⇒ "LogStreamName", "LastEventTime"
Returns the value of attribute order_by.
662 663 664 |
# File 'sig/types.rbs', line 662 def order_by @order_by end |