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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#push_notificationsTypes::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