Class: Aws::SocialMessaging::Types::GetWhatsAppCallPermissionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::WhatsAppCallPermissionAction>

The calling actions the business can take with the end user, and any limits that apply to each action.



593
594
595
596
597
598
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 593

class GetWhatsAppCallPermissionOutput < Struct.new(
  :permission,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#permissionTypes::WhatsAppCallPermission

The current calling permission state for the end user.



593
594
595
596
597
598
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 593

class GetWhatsAppCallPermissionOutput < Struct.new(
  :permission,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end