Class: Aws::Types::DeletePipelineRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def pipeline_name
  @pipeline_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def workspace_name
  @workspace_name
end