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)


12425
12426
12427
# File 'sig/types.rbs', line 12425

def pipeline_arn
  @pipeline_arn
end

#pipeline_version_description::String

Returns the value of attribute pipeline_version_description.

Returns:

  • (::String)


12428
12429
12430
# File 'sig/types.rbs', line 12428

def pipeline_version_description
  @pipeline_version_description
end

#pipeline_version_display_name::String

Returns the value of attribute pipeline_version_display_name.

Returns:

  • (::String)


12427
12428
12429
# File 'sig/types.rbs', line 12427

def pipeline_version_display_name
  @pipeline_version_display_name
end

#pipeline_version_id::Integer

Returns the value of attribute pipeline_version_id.

Returns:

  • (::Integer)


12426
12427
12428
# File 'sig/types.rbs', line 12426

def pipeline_version_id
  @pipeline_version_id
end