Class: Aws::Chime::Types::SendChannelMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SendChannelMessageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:content, :metadata, :client_request_token]
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.
-
#client_request_token ⇒ String
The ‘Idempotency` token for each client request.
-
#content ⇒ String
The content of the message.
-
#metadata ⇒ String
The optional metadata for each message.
-
#persistence ⇒ String
Boolean that controls whether the message is persisted on the back end.
-
#type ⇒ String
The type of message, ‘STANDARD` or `CONTROL`.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#client_request_token ⇒ String
The ‘Idempotency` token for each client request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#content ⇒ String
The content of the message.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#metadata ⇒ String
The optional metadata for each message.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#persistence ⇒ String
Boolean that controls whether the message is persisted on the back end. Required.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |
#type ⇒ String
The type of message, ‘STANDARD` or `CONTROL`.
7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 |
# File 'lib/aws-sdk-chime/types.rb', line 7558 class SendChannelMessageRequest < Struct.new( :channel_arn, :content, :type, :persistence, :metadata, :client_request_token, :chime_bearer) SENSITIVE = [:content, :metadata, :client_request_token] include Aws::Structure end |