Class: Aws::Types::DescribePipelineRequest

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)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def pipeline_name
  @pipeline_name
end

#pipeline_version::String

Returns the value of attribute pipeline_version.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def pipeline_version
  @pipeline_version
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def workspace_name
  @workspace_name
end