Class: Aws::Chime::Types::Channel

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

Overview

The details of a channel.

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#created_byTypes::Identity

The AppInstanceUser who created the channel.

Returns:



1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#created_timestampTime

The time at which the AppInstanceUser created the channel.

Returns:

  • (Time)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#last_message_timestampTime

The time at which a member sent the last message in the channel.

Returns:

  • (Time)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#last_updated_timestampTime

The time at which a channel was last updated.

Returns:

  • (Time)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#metadataString

The channel's metadata.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#modeString

The mode of the channel.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#nameString

The name of the channel.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#privacyString

The channel's privacy setting.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1104

class Channel < Struct.new(
  :name,
  :channel_arn,
  :mode,
  :privacy,
  :metadata,
  :created_by,
  :created_timestamp,
  :last_message_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end