Class: Aws::Types::CreateWhatsAppFlowOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppFlowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#validation_errors ⇒ ::Array[::String]
Returns the value of attribute validation_errors.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def flow_id @flow_id end |
#validation_errors ⇒ ::Array[::String]
Returns the value of attribute validation_errors.
56 57 58 |
# File 'sig/types.rbs', line 56 def validation_errors @validation_errors end |