Class: Aws::Types::CloudWatchLoggingOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


144
145
146
# File 'sig/types.rbs', line 144

def enabled
  @enabled
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def log_group_name
  @log_group_name
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def log_stream_name
  @log_stream_name
end