Class: Aws::Repostspace::Types::CreateChannelInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:channel_name, :channel_description]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_descriptionString

A description for the channel. This is used only to help you identify this channel.

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 310

class CreateChannelInput < Struct.new(
  :space_id,
  :channel_name,
  :channel_description)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#channel_nameString

The name for the channel. This must be unique per private re:Post.

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 310

class CreateChannelInput < Struct.new(
  :space_id,
  :channel_name,
  :channel_description)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 310

class CreateChannelInput < Struct.new(
  :space_id,
  :channel_name,
  :channel_description)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end