Class: Aws::ChimeSDKMessaging::Types::UpdateChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
3396
3397
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3389

class UpdateChannelRequest < Struct.new(
  :channel_arn,
  :name,
  :mode,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
3396
3397
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3389

class UpdateChannelRequest < Struct.new(
  :channel_arn,
  :name,
  :mode,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#metadataString

The metadata for the update request.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
3396
3397
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3389

class UpdateChannelRequest < Struct.new(
  :channel_arn,
  :name,
  :mode,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#modeString

The mode of the update request.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
3396
3397
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3389

class UpdateChannelRequest < Struct.new(
  :channel_arn,
  :name,
  :mode,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#nameString

The name of the channel.

Returns:

  • (String)


3389
3390
3391
3392
3393
3394
3395
3396
3397
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3389

class UpdateChannelRequest < Struct.new(
  :channel_arn,
  :name,
  :mode,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end