Class: Aws::ChimeSDKMessaging::Types::RedactChannelMessageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel containing the messages that you want to redact.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2810

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

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2810

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

#message_idString

The ID of the message being redacted.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2810

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

#sub_channel_idString

The ID of the SubChannel in the request.

Returns:

  • (String)


2810
2811
2812
2813
2814
2815
2816
2817
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2810

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