Class: Aws::CleanRoomsML::Types::LogsConfigurationPolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides the information necessary for a user to access the logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_account_idsArray<String>

A list of account IDs that are allowed to access the logs.

Returns:

  • (Array<String>)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4106

class LogsConfigurationPolicy < Struct.new(
  :allowed_account_ids,
  :filter_pattern)
  SENSITIVE = []
  include Aws::Structure
end

#filter_patternString

A regular expression pattern that is used to parse the logs and return information that matches the pattern.

Returns:

  • (String)


4106
4107
4108
4109
4110
4111
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4106

class LogsConfigurationPolicy < Struct.new(
  :allowed_account_ids,
  :filter_pattern)
  SENSITIVE = []
  include Aws::Structure
end