Class: Aws::Types::CreatePipelineRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2737
2738
2739
# File 'sig/types.rbs', line 2737

def client_request_token
  @client_request_token
end

#parallelism_configurationTypes::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.

Returns:

  • (::String)


2734
2735
2736
# File 'sig/types.rbs', line 2734

def pipeline_definition
  @pipeline_definition
end

#pipeline_definition_s3_locationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



2739
2740
2741
# File 'sig/types.rbs', line 2739

def tags
  @tags
end