Class: Aws::Types::UpdatePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



12389
12390
12391
# File 'sig/types.rbs', line 12389

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_definition::String

Returns the value of attribute pipeline_definition.

Returns:

  • (::String)


12385
12386
12387
# File 'sig/types.rbs', line 12385

def pipeline_definition
  @pipeline_definition
end

#pipeline_definition_s3_locationTypes::PipelineDefinitionS3Location

Returns the value of attribute pipeline_definition_s3_location.



12386
12387
12388
# File 'sig/types.rbs', line 12386

def pipeline_definition_s3_location
  @pipeline_definition_s3_location
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


12387
12388
12389
# File 'sig/types.rbs', line 12387

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


12384
12385
12386
# File 'sig/types.rbs', line 12384

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


12383
12384
12385
# File 'sig/types.rbs', line 12383

def pipeline_name
  @pipeline_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


12388
12389
12390
# File 'sig/types.rbs', line 12388

def role_arn
  @role_arn
end