Class: Aws::ChimeSDKMessaging::Types::Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::Channel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The details of a channel.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of a channel.
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
-
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the channel.
-
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` created the channel.
-
#elastic_channel_configuration ⇒ Types::ElasticChannelConfiguration
The attributes required to configure and create an elastic channel.
-
#expiration_settings ⇒ Types::ExpirationSettings
Settings that control when a channel expires.
-
#last_message_timestamp ⇒ Time
The time at which a member sent the last message in the channel.
-
#last_updated_timestamp ⇒ Time
The time at which a channel was last updated.
-
#metadata ⇒ String
The channel’s metadata.
-
#mode ⇒ String
The mode of the channel.
-
#name ⇒ String
The name of a channel.
-
#privacy ⇒ String
The channel’s privacy setting.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of a channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#channel_flow_arn ⇒ String
The ARN of the channel flow.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` created the channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#elastic_channel_configuration ⇒ Types::ElasticChannelConfiguration
The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million members.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#expiration_settings ⇒ Types::ExpirationSettings
Settings that control when a channel expires.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_message_timestamp ⇒ Time
The time at which a member sent the last message in the channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time at which a channel was last updated.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The channel’s metadata.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#mode ⇒ String
The mode of the channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of a channel.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#privacy ⇒ String
The channel’s privacy setting.
253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 253 class Channel < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :created_by, :created_timestamp, :last_message_timestamp, :last_updated_timestamp, :channel_flow_arn, :elastic_channel_configuration, :expiration_settings) SENSITIVE = [:name, :metadata] include Aws::Structure end |