Class: Aws::Types::UpdatePipelineVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


12400
12401
12402
# File 'sig/types.rbs', line 12400

def pipeline_arn
  @pipeline_arn
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:

  • (::String)


12403
12404
12405
# File 'sig/types.rbs', line 12403

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


12402
12403
12404
# File 'sig/types.rbs', line 12402

def pipeline_version_display_name
  @pipeline_version_display_name
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


12401
12402
12403
# File 'sig/types.rbs', line 12401

def pipeline_version_id
  @pipeline_version_id
end