Class: Aws::Types::ListPipelineExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPipelineExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time_after ⇒ ::Time
Returns the value of attribute end_time_after.
-
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
-
#start_time_before ⇒ ::Time
Returns the value of attribute start_time_before.
-
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#end_time_after ⇒ ::Time
Returns the value of attribute end_time_after.
2894 2895 2896 |
# File 'sig/types.rbs', line 2894 def end_time_after @end_time_after end |
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def end_time_before @end_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2889 2890 2891 |
# File 'sig/types.rbs', line 2889 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def pipeline_name @pipeline_name end |
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def start_time_after @start_time_after end |
#start_time_before ⇒ ::Time
Returns the value of attribute start_time_before.
2893 2894 2895 |
# File 'sig/types.rbs', line 2893 def start_time_before @start_time_before end |
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def state @state end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def workspace_name @workspace_name end |