Class: Aws::Types::PipelineSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9913
9914
9915
# File 'sig/types.rbs', line 9913

def creation_time
  @creation_time
end

#last_execution_time::Time

Returns the value of attribute last_execution_time.

Returns:

  • (::Time)


9915
9916
9917
# File 'sig/types.rbs', line 9915

def last_execution_time
  @last_execution_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9914
9915
9916
# File 'sig/types.rbs', line 9914

def last_modified_time
  @last_modified_time
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9908
9909
9910
# File 'sig/types.rbs', line 9908

def pipeline_arn
  @pipeline_arn
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


9911
9912
9913
# File 'sig/types.rbs', line 9911

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


9910
9911
9912
# File 'sig/types.rbs', line 9910

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


9909
9910
9911
# File 'sig/types.rbs', line 9909

def pipeline_name
  @pipeline_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9912
9913
9914
# File 'sig/types.rbs', line 9912

def role_arn
  @role_arn
end