Class: Aws::Chime::Types::Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Channel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The details of a channel.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#created_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the channel.
-
#created_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` created the channel.
-
#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 the channel.
-
#privacy ⇒ String
The channel’s privacy setting.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_by ⇒ Types::Identity
The ‘AppInstanceUser` who created the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_timestamp ⇒ Time
The time at which the ‘AppInstanceUser` created the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_timestamp ⇒ Time
The time at which a member sent the last message in the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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_timestamp ⇒ Time
The time at which a channel was last updated.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |
#metadata ⇒ String
The channel’s metadata.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |
#mode ⇒ String
The mode of the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |
#name ⇒ String
The name of the channel.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |
#privacy ⇒ String
The channel’s privacy setting.
1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 |
# File '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 |