Class: Aws::Types::UpdateChannelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:channel_name, :channel_description])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_description::String

Returns the value of attribute channel_description.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def channel_description
  @channel_description
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def channel_id
  @channel_id
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def channel_name
  @channel_name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def space_id
  @space_id
end