Class: Aws::ChimeSDKMessaging::Types::ChannelAssociatedWithFlowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelAssociatedWithFlowSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Summary of details of a channel associated with channel flow.
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#metadata ⇒ String
The channel’s metadata.
-
#mode ⇒ String
The mode of the channel.
-
#name ⇒ String
The name of the channel flow.
-
#privacy ⇒ String
The channel’s privacy setting.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 294 class ChannelAssociatedWithFlowSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The channel’s metadata.
294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 294 class ChannelAssociatedWithFlowSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#mode ⇒ String
The mode of the channel.
294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 294 class ChannelAssociatedWithFlowSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the channel flow.
294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 294 class ChannelAssociatedWithFlowSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#privacy ⇒ String
The channel’s privacy setting.
294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 294 class ChannelAssociatedWithFlowSummary < Struct.new( :name, :channel_arn, :mode, :privacy, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |