Class: Aws::Types::CloudWatchLogs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


95
96
97
# File 'sig/types.rbs', line 95

def enabled
  @enabled
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def log_group_name
  @log_group_name
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def log_stream_name
  @log_stream_name
end