Class: Aws::Types::ScraperLoggingDestination

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

Defined Under Namespace

Classes: CloudWatchLogs, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::CloudWatchLogDestination

Returns the value of attribute cloud_watch_logs.



728
729
730
# File 'sig/types.rbs', line 728

def cloud_watch_logs
  @cloud_watch_logs
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


729
730
731
# File 'sig/types.rbs', line 729

def unknown
  @unknown
end