Class: Aws::Chime::Types::RedactChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RedactChannelMessageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel containing the messages that you want to redact.
-
#message_id ⇒ String
The ID of the message being redacted.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the messages that you want to redact.
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_id ⇒ String
The ID of the message being redacted.
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 |