Class: Aws::Repostspace::Types::UpdateChannelInput

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)


1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1065

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

#channel_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1065

class UpdateChannelInput < Struct.new(
  :space_id,
  :channel_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)


1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1065

class UpdateChannelInput < Struct.new(
  :space_id,
  :channel_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)


1065
1066
1067
1068
1069
1070
1071
1072
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1065

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