Class: Aws::Types::CreateChannelInput

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)


100
101
102
# File 'sig/types.rbs', line 100

def channel_description
  @channel_description
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


99
100
101
# File 'sig/types.rbs', line 99

def channel_name
  @channel_name
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def space_id
  @space_id
end