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.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def next_token @next_token end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def pipeline_execution_id @pipeline_execution_id end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def pipeline_name @pipeline_name end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def workspace_name @workspace_name end |