Class: Aws::Types::GetWhatsAppFlowPreviewOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetWhatsAppFlowPreviewOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#preview ⇒ Types::MetaFlowPreviewInfo
Returns the value of attribute preview.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
201 202 203 |
# File 'sig/types.rbs', line 201 def flow_id @flow_id end |
#preview ⇒ Types::MetaFlowPreviewInfo
Returns the value of attribute preview.
202 203 204 |
# File 'sig/types.rbs', line 202 def preview @preview end |