Class: Aws::Chime::Types::GetChannelMessageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)

3872
3873
3874
3875
3876
3877
3878
# File 'lib/aws-sdk-chime/types.rb', line 3872

class GetChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

The `AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)

3872
3873
3874
3875
3876
3877
3878
# File 'lib/aws-sdk-chime/types.rb', line 3872

class GetChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The ID of the message.

Returns:

  • (String)

3872
3873
3874
3875
3876
3877
3878
# File 'lib/aws-sdk-chime/types.rb', line 3872

class GetChannelMessageRequest < Struct.new(
  :channel_arn,
  :message_id,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end