Class: Aws::Types::MetaFlowSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetaFlowSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
Returns the value of attribute flow_categories.
-
#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.
-
#validation_errors ⇒ ::Array[::String]
Returns the value of attribute validation_errors.
Instance Attribute Details
#flow_categories ⇒ ::Array[("SIGN_UP" | "SIGN_IN" | "APPOINTMENT_BOOKING" | "LEAD_GENERATION" | "SHOPPING" | "CONTACT_US" | "CUSTOMER_SUPPORT" | "SURVEY" | "OTHER")]
Returns the value of attribute flow_categories.
428 429 430 |
# File 'sig/types.rbs', line 428 def flow_categories @flow_categories end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def flow_id @flow_id end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def flow_name @flow_name end |
#flow_status ⇒ ::String
Returns the value of attribute flow_status.
427 428 429 |
# File 'sig/types.rbs', line 427 def flow_status @flow_status end |
#validation_errors ⇒ ::Array[::String]
Returns the value of attribute validation_errors.
429 430 431 |
# File 'sig/types.rbs', line 429 def validation_errors @validation_errors end |