Class: Aws::Types::CloudWatchLoggingConfiguration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.



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

def enabled
  @enabled
end

#log_group::String

Returns the value of attribute log_group.



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

def log_group
  @log_group
end

#log_stream_name_prefix::String

Returns the value of attribute log_stream_name_prefix.



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

def log_stream_name_prefix
  @log_stream_name_prefix
end

#log_types::Hash[::String, ::Array[::String]]

Returns the value of attribute log_types.



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

def log_types
  @log_types
end