Class: Aws::Chime::Types::ChannelSummary

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

Overview

Summary of 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)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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

#last_message_timestampTime

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

Returns:

  • (Time)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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

#metadataString

The metadata of the channel.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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

#modeString

The mode of the channel.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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

#nameString

The name of the channel.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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

#privacyString

The privacy setting of the channel.

Returns:

  • (String)


1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1450

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