Class: Aws::SocialMessaging::Types::WhatsAppCallPermission

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

Instance Attribute Details

#expiration_timeTime

The time when a temporary permission expires. This value is absent for permanent permissions and when there is no permission.

Returns:

  • (Time)


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

#statusString

The permission status for the end user.

Returns:

  • (String)


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