Class: Aws::Types::GetWhatsAppFlowPreviewInput
- Inherits:
-
Object
- Object
- Aws::Types::GetWhatsAppFlowPreviewInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#invalidate ⇒ Boolean
Returns the value of attribute invalidate.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
194 195 196 |
# File 'sig/types.rbs', line 194 def id @id end |
#invalidate ⇒ Boolean
Returns the value of attribute invalidate.
196 197 198 |
# File 'sig/types.rbs', line 196 def invalidate @invalidate end |