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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

8283
8284
8285
8286
8287
8288
8289
8290
8291
# File 'lib/aws-sdk-chime/types.rb', line 8283

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)

8283
8284
8285
8286
8287
8288
8289
8290
8291
# File 'lib/aws-sdk-chime/types.rb', line 8283

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)

8283
8284
8285
8286
8287
8288
8289
8290
8291
# File 'lib/aws-sdk-chime/types.rb', line 8283

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)

8283
8284
8285
8286
8287
8288
8289
8290
8291
# File 'lib/aws-sdk-chime/types.rb', line 8283

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)

8283
8284
8285
8286
8287
8288
8289
8290
8291
# File 'lib/aws-sdk-chime/types.rb', line 8283

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