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)


427
428
429
# File 'sig/types.rbs', line 427

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


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

def log_stream
  @log_stream
end