Class: Aws::Types::GetWhatsAppFlowOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::MetaFlowApplicationInfo

Returns the value of attribute application.



188
189
190
# File 'sig/types.rbs', line 188

def application
  @application
end

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


181
182
183
# File 'sig/types.rbs', line 181

def categories
  @categories
end

#data_api_version::String

Returns the value of attribute data_api_version.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def data_api_version
  @data_api_version
end

#endpoint_uri::String

Returns the value of attribute endpoint_uri.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def endpoint_uri
  @endpoint_uri
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def flow_id
  @flow_id
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def flow_name
  @flow_name
end

#flow_status::String

Returns the value of attribute flow_status.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def flow_status
  @flow_status
end

#health_statusTypes::MetaFlowHealthStatus

Returns the value of attribute health_status.



189
190
191
# File 'sig/types.rbs', line 189

def health_status
  @health_status
end

#json_version::String

Returns the value of attribute json_version.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def json_version
  @json_version
end

#previewTypes::MetaFlowPreviewInfo

Returns the value of attribute preview.



186
187
188
# File 'sig/types.rbs', line 186

def preview
  @preview
end

#validation_errors::Array[::String]

Returns the value of attribute validation_errors.

Returns:

  • (::Array[::String])


182
183
184
# File 'sig/types.rbs', line 182

def validation_errors
  @validation_errors
end

#whats_app_business_accountTypes::MetaFlowWhatsAppBusinessAccountInfo

Returns the value of attribute whats_app_business_account.



187
188
189
# File 'sig/types.rbs', line 187

def 
  @whats_app_business_account
end