Class: Aws::ChimeSDKMessaging::Types::ChannelAssociatedWithFlowSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-chimesdkmessaging/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

#metadataString

The channel's metadata.

Returns:

  • (String)


294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-chimesdkmessaging/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

#modeString

The mode of the channel.

Returns:

  • (String)


294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-chimesdkmessaging/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

#nameString

The name of the channel flow.

Returns:

  • (String)


294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-chimesdkmessaging/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

#privacyString

The channel's privacy setting.

Returns:

  • (String)


294
295
296
297
298
299
300
301
302
# File 'gems/aws-sdk-chimesdkmessaging/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