Class: Aws::Types::CloudWatchLogging

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def log_stream
  @log_stream
end