Class: Aws::Types::CreateWhatsAppFlowInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateWhatsAppFlowInput
- 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.
-
#clone_flow_id ⇒ ::String
Returns the value of attribute clone_flow_id.
-
#flow_json ⇒ ::String
Returns the value of attribute flow_json.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#publish ⇒ Boolean
Returns the value of attribute publish.
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.
47 48 49 |
# File 'sig/types.rbs', line 47 def categories @categories end |
#clone_flow_id ⇒ ::String
Returns the value of attribute clone_flow_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def clone_flow_id @clone_flow_id end |
#flow_json ⇒ ::String
Returns the value of attribute flow_json.
48 49 50 |
# File 'sig/types.rbs', line 48 def flow_json @flow_json end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def flow_name @flow_name end |
#id ⇒ ::String
Returns the value of attribute id.
45 46 47 |
# File 'sig/types.rbs', line 45 def id @id end |
#publish ⇒ Boolean
Returns the value of attribute publish.
49 50 51 |
# File 'sig/types.rbs', line 49 def publish @publish end |