Class: Aws::SocialMessaging::Types::AssociateWhatsAppBusinessAccountOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::AssociateWhatsAppBusinessAccountOutput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signup_callback_result ⇒ Types::WhatsAppSignupCallbackResult
Contains your WhatsApp registration status.
-
#status_code ⇒ Integer
The status code for the response.
Instance Attribute Details
#signup_callback_result ⇒ Types::WhatsAppSignupCallbackResult
Contains your WhatsApp registration status.
67 68 69 70 71 72 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 67 class AssociateWhatsAppBusinessAccountOutput < Struct.new( :signup_callback_result, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The status code for the response.
67 68 69 70 71 72 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 67 class AssociateWhatsAppBusinessAccountOutput < Struct.new( :signup_callback_result, :status_code) SENSITIVE = [] include Aws::Structure end |