Class: Aws::Chime::Types::UpdateChannelRequest

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


8449
8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8449

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

#chime_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


8449
8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8449

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)


8449
8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8449

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)


8449
8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8449

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)


8449
8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8449

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