Class: Aws::Types::ConnectionLogResponseOptions
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionLogResponseOptions
- 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.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def cloudwatch_log_group @cloudwatch_log_group end |
#cloudwatch_log_stream ⇒ ::String
Returns the value of attribute cloudwatch_log_stream.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def cloudwatch_log_stream @cloudwatch_log_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def enabled @enabled end |