Class: Aws::Types::AppInstanceUserMembershipSummary
- Inherits:
-
Object
- Object
- Aws::Types::AppInstanceUserMembershipSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_marker_timestamp ⇒ ::Time
Returns the value of attribute read_marker_timestamp.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
-
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
Instance Attribute Details
#read_marker_timestamp ⇒ ::Time
Returns the value of attribute read_marker_timestamp.
13 14 15 |
# File 'sig/types.rbs', line 13 def end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
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.
12 13 14 |
# File 'sig/types.rbs', line 12 def type @type end |