Class: Aws::Types::ChannelLoggingInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogs

Returns the value of attribute cloud_watch_logs.



1146
1147
1148
# File 'sig/types.rbs', line 1146

def cloud_watch_logs
  @cloud_watch_logs
end

#firehoseTypes::Firehose

Returns the value of attribute firehose.

Returns:



1147
1148
1149
# File 'sig/types.rbs', line 1147

def firehose
  @firehose
end

#s3Types::S3

Returns the value of attribute s3.

Returns:



1148
1149
1150
# File 'sig/types.rbs', line 1148

def s3
  @s3
end