Class: Aws::Types::LogPublishingOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_log_group_arn::String

Returns the value of attribute cloud_watch_logs_log_group_arn.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def cloud_watch_logs_log_group_arn
  @cloud_watch_logs_log_group_arn
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


948
949
950
# File 'sig/types.rbs', line 948

def enabled
  @enabled
end