Class: Aws::Types::CloudWatchLoggingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


79
80
81
# File 'sig/types.rbs', line 79

def enabled
  @enabled
end

#encryption_key_arn ⇒ ::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def encryption_key_arn
  @encryption_key_arn
end

#log_group_name ⇒ ::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def log_group_name
  @log_group_name
end

#log_stream_name_prefix ⇒ ::String

Returns the value of attribute log_stream_name_prefix.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

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]])


83
84
85
# File 'sig/types.rbs', line 83

def log_types
  @log_types
end