Class: Aws::Types::ConnectionLogResponseOptions

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)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def cloudwatch_log_group
  @cloudwatch_log_group
end

#cloudwatch_log_stream::String

Returns the value of attribute cloudwatch_log_stream.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def cloudwatch_log_stream
  @cloudwatch_log_stream
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def enabled
  @enabled
end