Class: Aws::SocialMessaging::Types::WhatsAppCallPermission
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::WhatsAppCallPermission
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
The current calling permission state for a business phone number and a specific WhatsApp end user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expiration_time ⇒ Time
The time when a temporary permission expires.
-
#status ⇒ String
The permission status for the end user.
Instance Attribute Details
#expiration_time ⇒ Time
The time when a temporary permission expires. This value is absent for permanent permissions and when there is no permission.
2493 2494 2495 2496 2497 2498 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2493 class WhatsAppCallPermission < Struct.new( :status, :expiration_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The permission status for the end user.
2493 2494 2495 2496 2497 2498 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 2493 class WhatsAppCallPermission < Struct.new( :status, :expiration_time) SENSITIVE = [] include Aws::Structure end |