Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AmpConfiguration, CloudWatchConfiguration, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amp_configuration ⇒ Types::AmpConfiguration
Returns the value of attribute amp_configuration.
-
#cloud_watch_configuration ⇒ Types::CloudWatchConfiguration
Returns the value of attribute cloud_watch_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#amp_configuration ⇒ Types::AmpConfiguration
Returns the value of attribute amp_configuration.
396 397 398 |
# File 'sig/types.rbs', line 396 def amp_configuration @amp_configuration end |
#cloud_watch_configuration ⇒ Types::CloudWatchConfiguration
Returns the value of attribute cloud_watch_configuration.
397 398 399 |
# File 'sig/types.rbs', line 397 def cloud_watch_configuration @cloud_watch_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
398 399 400 |
# File 'sig/types.rbs', line 398 def unknown @unknown end |