Class: Aws::Chime::Types::AppInstanceUserMembershipSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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 a message was last read.

Returns:

  • (Time)


382
383
384
385
386
387
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 382

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

#typeString

The type of ChannelMembership.

Returns:

  • (String)


382
383
384
385
386
387
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 382

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