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)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def pipeline_name
  @pipeline_name
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def workspace_name
  @workspace_name
end