Class: Aws::Types::CreatePipelineResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:



1068
1069
1070
# File 'sig/types.rbs', line 1068

def pipeline_arn
  @pipeline_arn
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:



1067
1068
1069
# File 'sig/types.rbs', line 1067

def pipeline_name
  @pipeline_name
end

#statusTypes::ResourceStatus

Returns the value of attribute status.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:



1069
1070
1071
# File 'sig/types.rbs', line 1069

def version
  @version
end