Class: Aws::Types::DescribeLogGroupsRequest

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])


641
642
643
# File 'sig/types.rbs', line 641

def 
  @account_identifiers
end

#include_linked_accountsBoolean

Returns the value of attribute include_linked_accounts.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def next_token
  @next_token
end