Class: Aws::ChimeSDKMessaging::Types::RedactChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::RedactChannelMessageRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#message_id ⇒ String
The ID of the message being redacted.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the messages that you want to redact.
2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2802 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2802 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message being redacted.
2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2802 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
2802 2803 2804 2805 2806 2807 2808 2809 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2802 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |