Class: Aws::ChimeSDKMessaging::Types::ChannelMembershipPreferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelMembershipPreferences
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The channel membership preferences for an AppInstanceUser
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#push_notifications ⇒ Types::PushNotificationPreferences
The push notification configuration of a message.
Instance Attribute Details
#push_notifications ⇒ Types::PushNotificationPreferences
The push notification configuration of a message.
525 526 527 528 529 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 525 class ChannelMembershipPreferences < Struct.new( :push_notifications) SENSITIVE = [] include Aws::Structure end |