Class: Aws::Types::Destination

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AmpConfiguration, CloudWatchConfiguration, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amp_configurationTypes::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_configurationTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


398
399
400
# File 'sig/types.rbs', line 398

def unknown
  @unknown
end