You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Channel
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#created_by ⇒ Types::Identity
The administrator who created the channel.
-
#created_timestamp ⇒ Time
The time at which the administrator created the channel.
-
#last_message_timestamp ⇒ Time
The time at which a member sent the last message in a session.
-
#last_updated_timestamp ⇒ Time
The time at which a channel was last updated.
-
#metadata ⇒ String
The metadata of the channel.
-
#mode ⇒ String
The mode of the channel.
-
#name ⇒ String
The name of the channel.
-
#privacy ⇒ String
The channel\'s privacy setting,
PUBLIC
orHIDDEN
.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
#created_by ⇒ Types::Identity
The administrator who created the channel.
#created_timestamp ⇒ Time
The time at which the administrator created the channel.
#last_message_timestamp ⇒ Time
The time at which a member sent the last message in a session.
#last_updated_timestamp ⇒ Time
The time at which a channel was last updated.
#metadata ⇒ String
The metadata of the channel.
#mode ⇒ String
The mode of the channel.
Possible values:
- UNRESTRICTED
- RESTRICTED
#name ⇒ String
The name of the channel.
#privacy ⇒ String
The channel\'s privacy setting, PUBLIC
or HIDDEN
.
Possible values:
- PUBLIC
- PRIVATE