Class: Aws::Types::SourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
-
#apply_to_all_regions ⇒ Boolean
Returns the value of attribute apply_to_all_regions.
Instance Attribute Details
#advanced_event_selectors ⇒ ::Array[Types::AdvancedEventSelector]
Returns the value of attribute advanced_event_selectors.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def advanced_event_selectors @advanced_event_selectors end |
#apply_to_all_regions ⇒ Boolean
Returns the value of attribute apply_to_all_regions.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def apply_to_all_regions @apply_to_all_regions end |