Class: Aws::Chime::Types::RedactConversationMessageRequest

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

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

7020
7021
7022
7023
7024
7025
7026
# File 'lib/aws-sdk-chime/types.rb', line 7020

class RedactConversationMessageRequest < Struct.new(
  :account_id,
  :conversation_id,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end

#conversation_idString

The conversation ID.

Returns:

  • (String)

7020
7021
7022
7023
7024
7025
7026
# File 'lib/aws-sdk-chime/types.rb', line 7020

class RedactConversationMessageRequest < Struct.new(
  :account_id,
  :conversation_id,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The message ID.

Returns:

  • (String)

7020
7021
7022
7023
7024
7025
7026
# File 'lib/aws-sdk-chime/types.rb', line 7020

class RedactConversationMessageRequest < Struct.new(
  :account_id,
  :conversation_id,
  :message_id)
  SENSITIVE = []
  include Aws::Structure
end