Class: Aws::Chime::Types::RedactChannelMessageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 containing the messages that you want to redact.

Returns:

  • (String)


7165
7166
7167
7168
7169
7170
# File 'lib/aws-sdk-chime/types.rb', line 7165

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

#message_idString

The ID of the message being redacted.

Returns:

  • (String)


7165
7166
7167
7168
7169
7170
# File 'lib/aws-sdk-chime/types.rb', line 7165

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