Class: Aws::Types::PutChannelMembershipPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutChannelMembershipPreferencesRequest
- 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.
-
#preferences ⇒ Types::ChannelMembershipPreferences
Returns the value of attribute preferences.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
766 767 768 |
# File 'sig/types.rbs', line 766 def channel_arn @channel_arn end |
#chime_bearer ⇒ ::String
Returns the value of attribute chime_bearer.
768 769 770 |
# File 'sig/types.rbs', line 768 def chime_bearer @chime_bearer end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
767 768 769 |
# File 'sig/types.rbs', line 767 def member_arn @member_arn end |
#preferences ⇒ Types::ChannelMembershipPreferences
Returns the value of attribute preferences.
769 770 771 |
# File 'sig/types.rbs', line 769 def preferences @preferences end |