Class: Aws::Chime::Types::UpdateChannelMessageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:content, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)

8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'lib/aws-sdk-chime/types.rb', line 8205

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end

#chime_bearerString

The `AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)

8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'lib/aws-sdk-chime/types.rb', line 8205

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end

#contentString

The content of the message being updated.

Returns:

  • (String)

8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'lib/aws-sdk-chime/types.rb', line 8205

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end

#message_idString

The ID string of the message being updated.

Returns:

  • (String)

8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'lib/aws-sdk-chime/types.rb', line 8205

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end

#metadataString

The metadata of the message being updated.

Returns:

  • (String)

8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'lib/aws-sdk-chime/types.rb', line 8205

class UpdateChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :chime_bearer)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end