Class: Aws::Types::LinkConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LinkConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_configuration ⇒ Types::LogGroupConfiguration
Returns the value of attribute log_group_configuration.
-
#metric_configuration ⇒ Types::MetricConfiguration
Returns the value of attribute metric_configuration.
Instance Attribute Details
#log_group_configuration ⇒ Types::LogGroupConfiguration
Returns the value of attribute log_group_configuration.
125 126 127 |
# File 'sig/types.rbs', line 125 def log_group_configuration @log_group_configuration end |
#metric_configuration ⇒ Types::MetricConfiguration
Returns the value of attribute metric_configuration.
126 127 128 |
# File 'sig/types.rbs', line 126 def metric_configuration @metric_configuration end |