Class: Aws::Types::CentralizationRuleSource
- Inherits:
-
Object
- Object
- Aws::Types::CentralizationRuleSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#source_logs_configuration ⇒ Types::SourceLogsConfiguration
Returns the value of attribute source_logs_configuration.
-
#source_metrics_configuration ⇒ Types::SourceMetricsConfiguration
Returns the value of attribute source_metrics_configuration.
Instance Attribute Details
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
54 55 56 |
# File 'sig/types.rbs', line 54 def regions @regions end |
#scope ⇒ ::String
Returns the value of attribute scope.
55 56 57 |
# File 'sig/types.rbs', line 55 def scope @scope end |
#source_logs_configuration ⇒ Types::SourceLogsConfiguration
Returns the value of attribute source_logs_configuration.
56 57 58 |
# File 'sig/types.rbs', line 56 def source_logs_configuration @source_logs_configuration end |
#source_metrics_configuration ⇒ Types::SourceMetricsConfiguration
Returns the value of attribute source_metrics_configuration.
57 58 59 |
# File 'sig/types.rbs', line 57 def source_metrics_configuration @source_metrics_configuration end |