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)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def cloud_watch_logs_log_group_arn
  @cloud_watch_logs_log_group_arn
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def enabled
  @enabled
end