Class: Aws::Types::CloudWatchLogDeliveryOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group_name ⇒ ::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def log_group_name
  @log_group_name
end

#log_type ⇒ "OFF", "ERROR"

Returns the value of attribute log_type.

Returns:

  • ("OFF", "ERROR")


125
126
127
# File 'sig/types.rbs', line 125

def log_type
  @log_type
end