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:

  • (::String)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def pipeline_arn
  @pipeline_arn
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def pipeline_name
  @pipeline_name
end

#statusTypes::ResourceStatus

Returns the value of attribute status.



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

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


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

def version
  @version
end