Class: Aws::Types::AppInstanceUserMembershipSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#read_marker_timestamp::Time

Returns the value of attribute read_marker_timestamp.

Returns:

  • (::Time)


13
14
15
# File 'sig/types.rbs', line 13

def read_marker_timestamp
  @read_marker_timestamp
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def sub_channel_id
  @sub_channel_id
end

#type"DEFAULT", "HIDDEN"

Returns the value of attribute type.

Returns:

  • ("DEFAULT", "HIDDEN")


12
13
14
# File 'sig/types.rbs', line 12

def type
  @type
end