Class: Aws::Chime::Types::AppInstanceUserMembershipSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceUserMembershipSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 a message was last read.
-
#type ⇒ String
The type of ‘ChannelMembership`.
Instance Attribute Details
#read_marker_timestamp ⇒ Time
The time at which a message was last read.
382 383 384 385 386 387 |
# File 'lib/aws-sdk-chime/types.rb', line 382 class AppInstanceUserMembershipSummary < Struct.new( :type, :read_marker_timestamp) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of ‘ChannelMembership`.
382 383 384 385 386 387 |
# File 'lib/aws-sdk-chime/types.rb', line 382 class AppInstanceUserMembershipSummary < Struct.new( :type, :read_marker_timestamp) SENSITIVE = [] include Aws::Structure end |