Class: Aws::Types::CreatePipelineRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePipelineRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def client_request_token @client_request_token end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def parallelism_configuration @parallelism_configuration end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def pipeline_definition @pipeline_definition end |
#pipeline_definition_s3_location ⇒ Types::PipelineDefinitionS3Location
Returns the value of attribute pipeline_definition_s3_location.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def pipeline_definition_s3_location @pipeline_definition_s3_location end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def @tags end |