Method: Aws::Chime::Types::GetChannelMessageRequest#chime_bearer

Defined in:
lib/aws-sdk-chime/types.rb

#chime_bearerString

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

Returns:

  • (String)


4028
4029
4030
4031
4032
4033
4034
# File 'lib/aws-sdk-chime/types.rb', line 4028

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