Class: Aws::CloudTrail::Types::SourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudTrail::Types::SourceConfig
- Defined in:
- gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb
Overview
Contains configuration information about the channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the channel.
-
#apply_to_all_regions ⇒ Boolean
Specifies whether the channel applies to a single Region or to all Regions.
Instance Attribute Details
#advanced_event_selectors ⇒ Array<Types::AdvancedEventSelector>
The advanced event selectors that are configured for the channel.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4888 class SourceConfig < Struct.new( :apply_to_all_regions, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |
#apply_to_all_regions ⇒ Boolean
Specifies whether the channel applies to a single Region or to all Regions.
4888 4889 4890 4891 4892 4893 |
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 4888 class SourceConfig < Struct.new( :apply_to_all_regions, :advanced_event_selectors) SENSITIVE = [] include Aws::Structure end |