Class: Aws::Types::ListLogGroupsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifiers::Array[::String]

Returns the value of attribute account_identifiers.

Returns:

  • (::Array[::String])


1295
1296
1297
# File 'sig/types.rbs', line 1295

def 
  @account_identifiers
end

#data_sources::Array[Types::DataSourceFilter]

Returns the value of attribute data_sources.

Returns:



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.

Returns:

  • (::Array[::String])


1299
1300
1301
# File 'sig/types.rbs', line 1299

def field_index_names
  @field_index_names
end

#include_linked_accountsBoolean

Returns the value of attribute include_linked_accounts.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("STANDARD", "INFREQUENT_ACCESS", "DELIVERY")


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.

Returns:

  • (::String)


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.

Returns:



1300
1301
1302
# File 'sig/types.rbs', line 1300

def log_group_tags
  @log_group_tags
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def next_token
  @next_token
end