Class: Aws::Types::GetChannelMembershipPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelMembershipPreferencesRequest
- 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.
478 479 480 |
# File 'sig/types.rbs', line 478 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
480 481 482 |
# File 'sig/types.rbs', line 480 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
479 480 481 |
# File 'sig/types.rbs', line 479 def member_arn @member_arn end |