Class: Aws::SocialMessaging::Types::CreateWhatsAppDatasetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppDatasetInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the WhatsApp Business Account to create a dataset for, formatted as
waba-01234567890123456789012345678901.
Instance Attribute Details
#id ⇒ String
The ID of the WhatsApp Business Account to create a dataset for,
formatted as waba-01234567890123456789012345678901.
87 88 89 90 91 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 87 class CreateWhatsAppDatasetInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |