Class: Aws::Chime::Types::SendChannelMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SendChannelMessageResponse
- 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.
-
#message_id ⇒ String
The ID string assigned to each message.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
7580 7581 7582 7583 7584 7585 |
# File 'lib/aws-sdk-chime/types.rb', line 7580 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |
#message_id ⇒ String
The ID string assigned to each message.
7580 7581 7582 7583 7584 7585 |
# File 'lib/aws-sdk-chime/types.rb', line 7580 class SendChannelMessageResponse < Struct.new( :channel_arn, :message_id) SENSITIVE = [] include Aws::Structure end |