Class: Aws::Types::CentralizationRuleDestination
- Inherits:
-
Object
- Object
- Aws::Types::CentralizationRuleDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#destination_logs_configuration ⇒ Types::DestinationLogsConfiguration
Returns the value of attribute destination_logs_configuration.
-
#destination_metrics_configuration ⇒ Types::DestinationMetricsConfiguration
Returns the value of attribute destination_metrics_configuration.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
47 48 49 |
# File 'sig/types.rbs', line 47 def account @account end |
#destination_logs_configuration ⇒ Types::DestinationLogsConfiguration
Returns the value of attribute destination_logs_configuration.
48 49 50 |
# File 'sig/types.rbs', line 48 def destination_logs_configuration @destination_logs_configuration end |
#destination_metrics_configuration ⇒ Types::DestinationMetricsConfiguration
Returns the value of attribute destination_metrics_configuration.
49 50 51 |
# File 'sig/types.rbs', line 49 def destination_metrics_configuration @destination_metrics_configuration end |
#region ⇒ ::String
Returns the value of attribute region.
46 47 48 |
# File 'sig/types.rbs', line 46 def region @region end |