Class: Aws::Chime::Types::DeleteChannelMessageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


2833
2834
2835
2836
2837
2838
2839
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2833

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

#chime_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


2833
2834
2835
2836
2837
2838
2839
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2833

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

#message_idString

The ID of the message being deleted.

Returns:

  • (String)


2833
2834
2835
2836
2837
2838
2839
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2833

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