Class: Aws::Types::ConfigureLogsForChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureLogsForChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#log_types ⇒ ::Array[("AS_RUN")]
Returns the value of attribute log_types.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
158 159 160 |
# File 'sig/types.rbs', line 158 def channel_name @channel_name end |
#log_types ⇒ ::Array[("AS_RUN")]
Returns the value of attribute log_types.
159 160 161 |
# File 'sig/types.rbs', line 159 def log_types @log_types end |