Class: Aws::Types::CreateChannelBanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelBanRequest
- 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.
246 247 248 |
# File 'sig/types.rbs', line 246 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
248 249 250 |
# File 'sig/types.rbs', line 248 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def member_arn @member_arn end |