Class: Aws::Types::ConnectionLogOptions
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionLogOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudwatch_log_group ⇒ ::String
Returns the value of attribute cloudwatch_log_group.
-
#cloudwatch_log_stream ⇒ ::String
Returns the value of attribute cloudwatch_log_stream.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#cloudwatch_log_group ⇒ ::String
Returns the value of attribute cloudwatch_log_group.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def cloudwatch_log_group @cloudwatch_log_group end |
#cloudwatch_log_stream ⇒ ::String
Returns the value of attribute cloudwatch_log_stream.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def cloudwatch_log_stream @cloudwatch_log_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def enabled @enabled end |