Class: Aws::Types::CloudWatchLog

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)


429
430
431
# File 'sig/types.rbs', line 429

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def log_stream
  @log_stream
end