Class: Aws::Chime::Types::RedactChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::RedactChannelMessageRequest
- 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 containing the messages that you want to redact.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#message_id ⇒ String
The ID of the message being redacted.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel containing the messages that you want to redact.
6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-chime/types.rb', line 6980 class RedactChannelMessageRequest < 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.
6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-chime/types.rb', line 6980 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID of the message being redacted.
6980 6981 6982 6983 6984 6985 6986 |
# File 'lib/aws-sdk-chime/types.rb', line 6980 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |