Class: Aws::Types::CloudWatchOutputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_name::String

Returns the value of attribute cloud_watch_log_group_name.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def cloud_watch_log_group_name
  @cloud_watch_log_group_name
end

#cloud_watch_output_enabledBoolean

Returns the value of attribute cloud_watch_output_enabled.

Returns:

  • (Boolean)


470
471
472
# File 'sig/types.rbs', line 470

def cloud_watch_output_enabled
  @cloud_watch_output_enabled
end