Class: Aws::ChimeSDKMessaging::Types::ChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Summary of the details of a ‘Channel`.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#last_message_timestamp ⇒ Time
The time at which the last persistent message visible to the caller in a channel was sent.
-
#metadata ⇒ String
The metadata of the channel.
-
#mode ⇒ String
The mode of the channel.
-
#name ⇒ String
The name of the channel.
-
#privacy ⇒ String
The privacy setting of the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
941 942 943 944 945 946 947 948 949 950 |
# File '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_timestamp ⇒ Time
The time at which the last persistent message visible to the caller in a channel was sent.
941 942 943 944 945 946 947 948 949 950 |
# File '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 |
#metadata ⇒ String
The metadata of the channel.
941 942 943 944 945 946 947 948 949 950 |
# File '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 |
#mode ⇒ String
The mode of the channel.
941 942 943 944 945 946 947 948 949 950 |
# File '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 |
#name ⇒ String
The name of the channel.
941 942 943 944 945 946 947 948 949 950 |
# File '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 |
#privacy ⇒ String
The privacy setting of the channel.
941 942 943 944 945 946 947 948 949 950 |
# File '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 |