Class: Aws::Chime::Types::DeleteChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelMessageRequest
- 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.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#message_id ⇒ String
The ID of the message being deleted.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-chime/types.rb', line 2833 class DeleteChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-chime/types.rb', line 2833 class DeleteChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message being deleted.
2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-chime/types.rb', line 2833 class DeleteChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |