Class: Aws::Chime::Types::RedactRoomMessageRequest

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)


7212
7213
7214
7215
7216
7217
7218
# File 'lib/aws-sdk-chime/types.rb', line 7212

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

#message_idString

The message ID.

Returns:

  • (String)


7212
7213
7214
7215
7216
7217
7218
# File 'lib/aws-sdk-chime/types.rb', line 7212

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

#room_idString

The room ID.

Returns:

  • (String)


7212
7213
7214
7215
7216
7217
7218
# File 'lib/aws-sdk-chime/types.rb', line 7212

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