Class: Aws::Types::LogsConfigurationPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_account_ids::Array[::String]

Returns the value of attribute allowed_account_ids.

Returns:

  • (::Array[::String])


1108
1109
1110
# File 'sig/types.rbs', line 1108

def 
  @allowed_account_ids
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def filter_pattern
  @filter_pattern
end

#log_redaction_configurationTypes::LogRedactionConfiguration

Returns the value of attribute log_redaction_configuration.



1111
1112
1113
# File 'sig/types.rbs', line 1111

def log_redaction_configuration
  @log_redaction_configuration
end

#log_type"ALL", "ERROR_SUMMARY"

Returns the value of attribute log_type.

Returns:

  • ("ALL", "ERROR_SUMMARY")


1110
1111
1112
# File 'sig/types.rbs', line 1110

def log_type
  @log_type
end