Class: Aws::Types::ConfigureLogsForChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("AS_RUN")])


159
160
161
# File 'sig/types.rbs', line 159

def log_types
  @log_types
end