Class: Aws::Chime::Types::ChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 message 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 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 message in a channel was sent.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'lib/aws-sdk-chime/types.rb', line 1450 class ChannelSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata, :last_message_timestamp) SENSITIVE = [:name, :metadata] include Aws::Structure end |