Class: Aws::Repostspace::Types::GetChannelOutput

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)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#channel_idString

The unique ID of the private re:Post channel.

Returns:

  • (String)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#channel_rolesHash<String,Array<String>>

The channel roles associated to the users and groups of the channel.

Returns:

  • (Hash<String,Array<String>>)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#channel_statusString

The status pf the channel.

Returns:

  • (String)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#create_date_timeTime

The date when the channel was created.

Returns:

  • (Time)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#delete_date_timeTime

The date when the channel was deleted.

Returns:

  • (Time)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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

#space_idString

The unique ID of the private re:Post.

Returns:

  • (String)


477
478
479
480
481
482
483
484
485
486
487
488
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 477

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