Class: Aws::Types::GetWhatsAppFlowOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetWhatsAppFlowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application ⇒ Types::MetaFlowApplicationInfo
Returns the value of attribute application.
-
#categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
Returns the value of attribute categories.
-
#data_api_version ⇒ ::String
Returns the value of attribute data_api_version.
-
#endpoint_uri ⇒ ::String
Returns the value of attribute endpoint_uri.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#flow_status ⇒ ::String
Returns the value of attribute flow_status.
-
#health_status ⇒ Types::MetaFlowHealthStatus
Returns the value of attribute health_status.
-
#json_version ⇒ ::String
Returns the value of attribute json_version.
-
#preview ⇒ Types::MetaFlowPreviewInfo
Returns the value of attribute preview.
-
#validation_errors ⇒ ::Array[::String]
Returns the value of attribute validation_errors.
-
#whats_app_business_account ⇒ Types::MetaFlowWhatsAppBusinessAccountInfo
Returns the value of attribute whats_app_business_account.
Instance Attribute Details
#application ⇒ Types::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.
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.
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.
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.
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.
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.
180 181 182 |
# File 'sig/types.rbs', line 180 def flow_status @flow_status end |
#health_status ⇒ Types::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.
183 184 185 |
# File 'sig/types.rbs', line 183 def json_version @json_version end |
#preview ⇒ Types::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.
182 183 184 |
# File 'sig/types.rbs', line 182 def validation_errors @validation_errors end |
#whats_app_business_account ⇒ Types::MetaFlowWhatsAppBusinessAccountInfo
Returns the value of attribute whats_app_business_account.
187 188 189 |
# File 'sig/types.rbs', line 187 def whats_app_business_account @whats_app_business_account end |