Class: Aws::Types::ChannelBan
- Inherits:
-
Object
- Object
- Aws::Types::ChannelBan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#member ⇒ Types::Identity
Returns the value of attribute member.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def channel_arn @channel_arn end |
#created_by ⇒ Types::Identity
Returns the value of attribute created_by.
91 92 93 |
# File 'sig/types.rbs', line 91 def created_by @created_by end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
90 91 92 |
# File 'sig/types.rbs', line 90 def @created_timestamp end |
#member ⇒ Types::Identity
Returns the value of attribute member.
88 89 90 |
# File 'sig/types.rbs', line 88 def member @member end |