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.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def client_request_token @client_request_token end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def parallelism_configuration @parallelism_configuration end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
2734 2735 2736 |
# File 'sig/types.rbs', line 2734 def pipeline_definition @pipeline_definition end |
#pipeline_definition_s3_location ⇒ Types::PipelineDefinitionS3Location
Returns the value of attribute pipeline_definition_s3_location.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def pipeline_definition_s3_location @pipeline_definition_s3_location end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
2733 2734 2735 |
# File 'sig/types.rbs', line 2733 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
2732 2733 2734 |
# File 'sig/types.rbs', line 2732 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def @tags end |