Class: Aws::Types::DescribeLogGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLogGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
-
#include_linked_accounts ⇒ Boolean
Returns the value of attribute include_linked_accounts.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
-
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
-
#log_group_name_pattern ⇒ ::String
Returns the value of attribute log_group_name_pattern.
-
#log_group_name_prefix ⇒ ::String
Returns the value of attribute log_group_name_prefix.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
641 642 643 |
# File 'sig/types.rbs', line 641 def account_identifiers @account_identifiers end |
#include_linked_accounts ⇒ Boolean
Returns the value of attribute include_linked_accounts.
646 647 648 |
# File 'sig/types.rbs', line 646 def include_linked_accounts @include_linked_accounts end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
645 646 647 |
# File 'sig/types.rbs', line 645 def limit @limit end |
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
647 648 649 |
# File 'sig/types.rbs', line 647 def log_group_class @log_group_class end |
#log_group_identifiers ⇒ ::Array[::String]
Returns the value of attribute log_group_identifiers.
648 649 650 |
# File 'sig/types.rbs', line 648 def log_group_identifiers @log_group_identifiers end |
#log_group_name_pattern ⇒ ::String
Returns the value of attribute log_group_name_pattern.
643 644 645 |
# File 'sig/types.rbs', line 643 def log_group_name_pattern @log_group_name_pattern end |
#log_group_name_prefix ⇒ ::String
Returns the value of attribute log_group_name_prefix.
642 643 644 |
# File 'sig/types.rbs', line 642 def log_group_name_prefix @log_group_name_prefix end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
644 645 646 |
# File 'sig/types.rbs', line 644 def next_token @next_token end |