Class: Aws::Types::CloudWatchLogConfiguration

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)


153
154
155
# File 'sig/types.rbs', line 153

def enabled
  @enabled
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def encryption_key_arn
  @encryption_key_arn
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def log_group_name
  @log_group_name
end

#log_stream_name_prefix::String

Returns the value of attribute log_stream_name_prefix.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def log_stream_name_prefix
  @log_stream_name_prefix
end

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

Returns the value of attribute log_types.

Returns:

  • (::Hash[::String, ::Array[::String]])


157
158
159
# File 'sig/types.rbs', line 157

def log_types
  @log_types
end