Class: Aws::ChimeSDKMessaging::Types::DeleteChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DeleteChannelMessageRequest
- 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.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#message_id ⇒ String
The ID of the message being deleted.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the request.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1351 1352 1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1351 class DeleteChannelMessageRequest < 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.
1351 1352 1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1351 class DeleteChannelMessageRequest < 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 deleted.
1351 1352 1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1351 class DeleteChannelMessageRequest < 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.
<note markdown=“1”> Only required when deleting messages in a SubChannel that the user belongs to.
</note>
1351 1352 1353 1354 1355 1356 1357 1358 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1351 class DeleteChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |