Class: Aws::Chime::Types::DeleteChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DeleteChannelMessageRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass DeleteChannelMessageRequest data as a hash:
{
channel_arn: "ChimeArn", # required
message_id: "MessageId", # required
chime_bearer: "ChimeArn",
}
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.
3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3402 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.
3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3402 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.
3402 3403 3404 3405 3406 3407 3408 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3402 class DeleteChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |