Class: Aws::Chime::Types::RedactRoomMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RedactRoomMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#message_id ⇒ String
The message ID.
-
#room_id ⇒ String
The room ID.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
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_id ⇒ String
The message ID.
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_id ⇒ String
The room ID.
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 |