Class: Aws::Types::ChannelMembership
- Inherits:
-
Object
- Object
- Aws::Types::ChannelMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#invited_by ⇒ Types::Identity
Returns the value of attribute invited_by.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#member ⇒ Types::Identity
Returns the value of attribute member.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
-
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def channel_arn @channel_arn end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
135 136 137 |
# File 'sig/types.rbs', line 135 def end |
#invited_by ⇒ Types::Identity
Returns the value of attribute invited_by.
131 132 133 |
# File 'sig/types.rbs', line 131 def invited_by @invited_by end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
136 137 138 |
# File 'sig/types.rbs', line 136 def end |
#member ⇒ Types::Identity
Returns the value of attribute member.
133 134 135 |
# File 'sig/types.rbs', line 133 def member @member end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def sub_channel_id @sub_channel_id end |
#type ⇒ "DEFAULT", "HIDDEN"
Returns the value of attribute type.
132 133 134 |
# File 'sig/types.rbs', line 132 def type @type end |