Class: Aws::SocialMessaging::Types::CreateWhatsAppDatasetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::CreateWhatsAppDatasetOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The Meta-generated dataset ID, a numeric string of 10 to 20 digits.
Instance Attribute Details
#dataset_id ⇒ String
The Meta-generated dataset ID, a numeric string of 10 to 20 digits.
99 100 101 102 103 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 99 class CreateWhatsAppDatasetOutput < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |