Class: Aws::Repostspace::Types::CreateChannelOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


324
325
326
327
328
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 324

class CreateChannelOutput < Struct.new(
  :channel_id)
  SENSITIVE = []
  include Aws::Structure
end