Class: Aws::Types::ConnectionLogOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatch_log_group::String

Returns the value of attribute cloudwatch_log_group.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def cloudwatch_log_group
  @cloudwatch_log_group
end

#cloudwatch_log_stream::String

Returns the value of attribute cloudwatch_log_stream.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def cloudwatch_log_stream
  @cloudwatch_log_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def enabled
  @enabled
end