Class: Aws::Types::Logging

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

Defined Under Namespace

Classes: CloudWatch, Disabled, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watchTypes::CloudWatchLogging

Returns the value of attribute cloud_watch.



351
352
353
# File 'sig/types.rbs', line 351

def cloud_watch
  @cloud_watch
end

#disabledTypes::LoggingDisabled

Returns the value of attribute disabled.



350
351
352
# File 'sig/types.rbs', line 350

def disabled
  @disabled
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


352
353
354
# File 'sig/types.rbs', line 352

def unknown
  @unknown
end