Class: Aws::Types::DescribePipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def next_token @next_token end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def pipeline_name @pipeline_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def workspace_name @workspace_name end |