Class: Aws::Types::CreateChannelBanResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelBanResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#member ⇒ Types::Identity
Returns the value of attribute member.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
253 254 255 |
# File 'sig/types.rbs', line 253 def channel_arn @channel_arn end |
#member ⇒ Types::Identity
Returns the value of attribute member.
254 255 256 |
# File 'sig/types.rbs', line 254 def member @member end |