Class: Aws::ChimeSDKMessaging::Types::RedactChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::RedactChannelMessageResponse
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the messages that you want to redact.
2831 2832 2833 2834 2835 2836 2837 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2831 class RedactChannelMessageResponse < Struct.new( :channel_arn, :message_id, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message being redacted.
2831 2832 2833 2834 2835 2836 2837 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2831 class RedactChannelMessageResponse < Struct.new( :channel_arn, :message_id, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
2831 2832 2833 2834 2835 2836 2837 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2831 class RedactChannelMessageResponse < Struct.new( :channel_arn, :message_id, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |