Class: Aws::Types::SendWhatsAppConversionEventInput
- Inherits:
-
Object
- Object
- Aws::Types::SendWhatsAppConversionEventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#event_data ⇒ ::String
Returns the value of attribute event_data.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def dataset_id @dataset_id end |
#event_data ⇒ ::String
Returns the value of attribute event_data.
517 518 519 |
# File 'sig/types.rbs', line 517 def event_data @event_data end |
#id ⇒ ::String
Returns the value of attribute id.
515 516 517 |
# File 'sig/types.rbs', line 515 def id @id end |