Class: Aws::Types::CreateWhatsAppFlowInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def flow_name
  @flow_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def id
  @id
end

#publishBoolean

Returns the value of attribute publish.

Returns:

  • (Boolean)


49
50
51
# File 'sig/types.rbs', line 49

def publish
  @publish
end