Class: Aws::SocialMessaging::Types::CreateWhatsAppDatasetInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the WhatsApp Business Account to create a dataset for, formatted as waba-01234567890123456789012345678901.

Returns:

  • (String)


87
88
89
90
91
# File 'lib/aws-sdk-socialmessaging/types.rb', line 87

class CreateWhatsAppDatasetInput < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end