Class: Aws::CleanRoomsML::Types::LogsConfigurationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::LogsConfigurationPolicy
- 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
-
#allowed_account_ids ⇒ Array<String>
A list of account IDs that are allowed to access the logs.
-
#filter_pattern ⇒ String
A regular expression pattern that is used to parse the logs and return information that matches the pattern.
Instance Attribute Details
#allowed_account_ids ⇒ Array<String>
A list of account IDs that are allowed to access the logs.
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_pattern ⇒ String
A regular expression pattern that is used to parse the logs and return information that matches the pattern.
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 |