Class: Aws::Types::DestinationConfiguration

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

Defined Under Namespace

Classes: CloudWatchLogs, Firehose, S3, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogsDestinationConfiguration

Returns the value of attribute cloud_watch_logs.

Returns:



111
112
113
# File 'sig/types.rbs', line 111

def cloud_watch_logs
  @cloud_watch_logs
end

#firehoseTypes::FirehoseDestinationConfiguration

Returns the value of attribute firehose.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def firehose
  @firehose
end

#s3Types::S3DestinationConfiguration

Returns the value of attribute s3.

Returns:



110
111
112
# File 'sig/types.rbs', line 110

def s3
  @s3
end

#unknownObject

Returns the value of attribute unknown.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def unknown
  @unknown
end