Class: Aws::Types::ListWorkflowsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkflowsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query_end_date ⇒ ::Time
Returns the value of attribute query_end_date.
-
#query_start_date ⇒ ::Time
Returns the value of attribute query_start_date.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
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.
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.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def status @status end |
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def workflow_type @workflow_type end |