Class: Aws::ChimeSDKMessaging::Types::AppInstanceUserMembershipSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKMessaging::Types::AppInstanceUserMembershipSummary
 
- 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
- 
  
    
      #read_marker_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which an AppInstanceUserlast marked a channel as read.
- 
  
    
      #sub_channel_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the SubChannel that the AppInstanceUseris a member of.
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of ChannelMembership.
Instance Attribute Details
#read_marker_timestamp ⇒ Time
The time at which an AppInstanceUser last marked a channel as
read.
| 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_id ⇒ String
The ID of the SubChannel that the AppInstanceUser is a member of.
| 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 | 
#type ⇒ String
The type of ChannelMembership.
| 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 |