Class: Aws::ChimeSDKMessaging::Types::ChannelMembershipPreferences

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

The channel membership preferences for an ‘AppInstanceUser`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#push_notificationsTypes::PushNotificationPreferences

The push notification configuration of a message.



525
526
527
528
529
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 525

class ChannelMembershipPreferences < Struct.new(
  :push_notifications)
  SENSITIVE = []
  include Aws::Structure
end