Class: Aws::SocialMessaging::Types::GetWhatsAppCallPermissionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppCallPermissionOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::WhatsAppCallPermissionAction>
The calling actions the business can take with the end user, and any limits that apply to each action.
-
#permission ⇒ Types::WhatsAppCallPermission
The current calling permission state for the end user.
Instance Attribute Details
#actions ⇒ Array<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 |
#permission ⇒ Types::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 |