Class: Aws::Repostspace::Types::ChannelData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ChannelData
- 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
-
#channel_description ⇒ String
A description for the channel.
-
#channel_id ⇒ String
The unique ID of the private re:Post channel.
-
#channel_name ⇒ String
The name for the channel.
-
#channel_status ⇒ String
The status pf the channel.
-
#create_date_time ⇒ Time
The date when the channel was created.
-
#delete_date_time ⇒ Time
The date when the channel was deleted.
-
#group_count ⇒ Integer
The number of groups that are part of the channel.
-
#space_id ⇒ String
The unique ID of the private re:Post.
-
#user_count ⇒ Integer
The number of users that are part of the channel.
Instance Attribute Details
#channel_description ⇒ String
A description for the channel. This is used only to help you identify this channel.
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_id ⇒ String
The unique ID of the private re:Post channel.
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_name ⇒ String
The name for the channel. This must be unique per private re:Post.
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_status ⇒ String
The status pf the channel.
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_time ⇒ Time
The date when the channel was created.
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_time ⇒ Time
The date when the channel was deleted.
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_count ⇒ Integer
The number of groups that are part of the channel.
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_id ⇒ String
The unique ID of the private re:Post.
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_count ⇒ Integer
The number of users that are part of the channel.
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 |