Class: Aws::Types::UpdateWhatsAppFlowInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWhatsAppFlowInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
Returns the value of attribute categories.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
Returns the value of attribute categories.
597 598 599 |
# File 'sig/types.rbs', line 597 def categories @categories end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def flow_id @flow_id end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
596 597 598 |
# File 'sig/types.rbs', line 596 def flow_name @flow_name end |
#id ⇒ ::String
Returns the value of attribute id.
594 595 596 |
# File 'sig/types.rbs', line 594 def id @id end |