Class: Aws::Types::UpdateWhatsAppFlowInput

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")])


597
598
599
# File 'sig/types.rbs', line 597

def categories
  @categories
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def flow_name
  @flow_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def id
  @id
end