Class: Aws::Types::ListWorkflowsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def domain_name
  @domain_name
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def next_token
  @next_token
end

#query_end_date ⇒ ::Time

Returns the value of attribute query_end_date.

Returns:

  • (::Time)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def query_end_date
  @query_end_date
end

#query_start_date ⇒ ::Time

Returns the value of attribute query_start_date.

Returns:

  • (::Time)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def query_start_date
  @query_start_date
end

#status ⇒ "NOT_STARTED", ...

Returns the value of attribute status.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED", "SPLIT", "RETRY", "CANCELLED")


2076
2077
2078
# File 'sig/types.rbs', line 2076

def status
  @status
end

#workflow_type ⇒ "APPFLOW_INTEGRATION"

Returns the value of attribute workflow_type.

Returns:

  • ("APPFLOW_INTEGRATION")


2075
2076
2077
# File 'sig/types.rbs', line 2075

def workflow_type
  @workflow_type
end