Class: Aws::Repostspace::Types::CreateChannelInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::CreateChannelInput
- 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
-
#channel_description ⇒ String
A description for the channel.
-
#channel_name ⇒ String
The name for the channel.
-
#space_id ⇒ String
The unique ID of the private re:Post.
Instance Attribute Details
#channel_description ⇒ String
A description for the channel. This is used only to help you identify this channel.
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_name ⇒ String
The name for the channel. This must be unique per private re:Post.
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_id ⇒ String
The unique ID of the private re:Post.
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 |