Class: Aws::Types::ListLogGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLogGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
-
#data_sources ⇒ ::Array[Types::DataSourceFilter]
Returns the value of attribute data_sources.
-
#field_index_names ⇒ ::Array[::String]
Returns the value of attribute field_index_names.
-
#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_name_pattern ⇒ ::String
Returns the value of attribute log_group_name_pattern.
-
#log_group_tags ⇒ ::Array[Types::TagFilter]
Returns the value of attribute log_group_tags.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_identifiers ⇒ ::Array[::String]
Returns the value of attribute account_identifiers.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def account_identifiers @account_identifiers end |
#data_sources ⇒ ::Array[Types::DataSourceFilter]
Returns the value of attribute data_sources.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def data_sources @data_sources end |
#field_index_names ⇒ ::Array[::String]
Returns the value of attribute field_index_names.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def field_index_names @field_index_names end |
#include_linked_accounts ⇒ Boolean
Returns the value of attribute include_linked_accounts.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def include_linked_accounts @include_linked_accounts end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def limit @limit end |
#log_group_class ⇒ "STANDARD", ...
Returns the value of attribute log_group_class.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def log_group_class @log_group_class end |
#log_group_name_pattern ⇒ ::String
Returns the value of attribute log_group_name_pattern.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def log_group_name_pattern @log_group_name_pattern end |
#log_group_tags ⇒ ::Array[Types::TagFilter]
Returns the value of attribute log_group_tags.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def @log_group_tags end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def next_token @next_token end |