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)


8371
8372
8373
8374
8375
8376
8377
8378
8379
# File 'lib/aws-sdk-chime/types.rb', line 8371

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)


8371
8372
8373
8374
8375
8376
8377
8378
8379
# File 'lib/aws-sdk-chime/types.rb', line 8371

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)


8371
8372
8373
8374
8375
8376
8377
8378
8379
# File 'lib/aws-sdk-chime/types.rb', line 8371

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)


8371
8372
8373
8374
8375
8376
8377
8378
8379
# File 'lib/aws-sdk-chime/types.rb', line 8371

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)


8371
8372
8373
8374
8375
8376
8377
8378
8379
# File 'lib/aws-sdk-chime/types.rb', line 8371

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