Class: Aws::ChimeSDKMessaging::Types::ChannelSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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 persistent message visible to the caller in a channel was sent.

Returns:

  • (Time)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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)


941
942
943
944
945
946
947
948
949
950
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 941

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