Class: Aws::ChimeSDKMessaging::Types::RedactChannelMessageResponse

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)


2839
2840
2841
2842
2843
2844
2845
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2839

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

#message_idString

The ID of the message being redacted.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2839

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

#sub_channel_idString

The ID of the SubChannel in the response.

Only required when redacting messages in a SubChannel that the user belongs to.

Returns:

  • (String)


2839
2840
2841
2842
2843
2844
2845
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2839

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