Class: Aws::Types::UpdatePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
-
#pipeline_definition_s3_location ⇒ Types::PipelineDefinitionS3Location
Returns the value of attribute pipeline_definition_s3_location.
-
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
-
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
12414 12415 12416 |
# File 'sig/types.rbs', line 12414 def parallelism_configuration @parallelism_configuration end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
12410 12411 12412 |
# File 'sig/types.rbs', line 12410 def pipeline_definition @pipeline_definition end |
#pipeline_definition_s3_location ⇒ Types::PipelineDefinitionS3Location
Returns the value of attribute pipeline_definition_s3_location.
12411 12412 12413 |
# File 'sig/types.rbs', line 12411 def pipeline_definition_s3_location @pipeline_definition_s3_location end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
12412 12413 12414 |
# File 'sig/types.rbs', line 12412 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
12409 12410 12411 |
# File 'sig/types.rbs', line 12409 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
12408 12409 12410 |
# File 'sig/types.rbs', line 12408 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
12413 12414 12415 |
# File 'sig/types.rbs', line 12413 def role_arn @role_arn end |