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

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


3553
3554
3555
# File 'sig/types.rbs', line 3553

def client_request_token
  @client_request_token
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


3552
3553
3554
# File 'sig/types.rbs', line 3552

def pipeline_name
  @pipeline_name
end