Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1852

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

#chime_bearerString

The AppInstanceUserArn of the user making the API call.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1852

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

#message_idString

The ID of the message.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1852

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

#sub_channel_idString

The ID of the SubChannel in the request.

Only required when getting message status in a SubChannel that the user belongs to.

Returns:

  • (String)


1852
1853
1854
1855
1856
1857
1858
1859
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1852

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