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.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-chime/types.rb', line 7146 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.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-chime/types.rb', line 7146 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.
7146 7147 7148 7149 7150 7151 7152 |
# File 'lib/aws-sdk-chime/types.rb', line 7146 class RedactChannelMessageRequest < Struct.new( :channel_arn, :message_id, :chime_bearer) SENSITIVE = [] include Aws::Structure end |