Class: Aws::Types::CloudWatchLogsUpdateInput

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)


102
103
104
# File 'sig/types.rbs', line 102

def enabled
  @enabled
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def log_group_name
  @log_group_name
end

#log_stream_name::String

Returns the value of attribute log_stream_name.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def log_stream_name
  @log_stream_name
end