Class: Aws::Types::DeleteChannelBanRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelBanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
-
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
324 325 326 |
# File 'sig/types.rbs', line 324 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
326 327 328 |
# File 'sig/types.rbs', line 326 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
325 326 327 |
# File 'sig/types.rbs', line 325 def member_arn @member_arn end |