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.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def end_time_after @end_time_after end |
#end_time_before ⇒ ::Time
Returns the value of attribute end_time_before.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def end_time_before @end_time_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def next_token @next_token end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def pipeline_name @pipeline_name end |
#start_time_after ⇒ ::Time
Returns the value of attribute start_time_after.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def start_time_after @start_time_after end |
#start_time_before ⇒ ::Time
Returns the value of attribute start_time_before.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def start_time_before @start_time_before end |
#state ⇒ "NOT_STARTED", ...
Returns the value of attribute state.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def state @state end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def workspace_name @workspace_name end |