Class: Aws::Types::CloudWatchLogsLogDeliveryDescription

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)


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

def enabled
  @enabled
end

#log_group ⇒ ::String

Returns the value of attribute log_group.

Returns:

  • (::String)


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

def log_group
  @log_group
end