Class: Aws::Types::MetaFlowSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


429
430
431
# File 'sig/types.rbs', line 429

def validation_errors
  @validation_errors
end