Class: Aws::Repostspace::Types::ChannelData

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

Overview

A structure that contains some information about a channel in a private re:Post.

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)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#channel_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  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)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#channel_statusString

The status pf the channel.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#create_date_timeTime

The date when the channel was created.

Returns:

  • (Time)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#delete_date_timeTime

The date when the channel was deleted.

Returns:

  • (Time)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#group_countInteger

The number of groups that are part of the channel.

Returns:

  • (Integer)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end

#user_countInteger

The number of users that are part of the channel.

Returns:

  • (Integer)


258
259
260
261
262
263
264
265
266
267
268
269
270
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 258

class ChannelData < Struct.new(
  :space_id,
  :channel_id,
  :channel_name,
  :channel_description,
  :create_date_time,
  :delete_date_time,
  :channel_status,
  :user_count,
  :group_count)
  SENSITIVE = [:channel_name, :channel_description]
  include Aws::Structure
end