Class: Aws::ChimeSDKMessaging::Types::AppInstanceUserMembershipSummary

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

Overview

Summary of the membership details of an AppInstanceUser.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#read_marker_timestampTime

The time at which an AppInstanceUser last marked a channel as read.

Returns:

  • (Time)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 30

class AppInstanceUserMembershipSummary < Struct.new(
  :type,
  :read_marker_timestamp,
  :sub_channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel that the AppInstanceUser is a member of.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 30

class AppInstanceUserMembershipSummary < Struct.new(
  :type,
  :read_marker_timestamp,
  :sub_channel_id)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of ChannelMembership.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 30

class AppInstanceUserMembershipSummary < Struct.new(
  :type,
  :read_marker_timestamp,
  :sub_channel_id)
  SENSITIVE = []
  include Aws::Structure
end