Class: Aws::Types::DeactivatePipelineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_activeBoolean

Returns the value of attribute cancel_active.

Returns:

  • (Boolean)


45
46
47
# File 'sig/types.rbs', line 45

def cancel_active
  @cancel_active
end

#pipeline_id::String

Returns the value of attribute pipeline_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def pipeline_id
  @pipeline_id
end