Class: Aws::Types::ConfigureLogsForChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::ConfigureLogsForChannelResponse
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def channel_name @channel_name end |
#log_types ⇒ ::Array[("AS_RUN")]
Returns the value of attribute log_types.
165 166 167 |
# File 'sig/types.rbs', line 165 def log_types @log_types end |