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)


9898
9899
9900
# File 'sig/types.rbs', line 9898

def creation_time
  @creation_time
end

#last_execution_time::Time

Returns the value of attribute last_execution_time.

Returns:

  • (::Time)


9900
9901
9902
# File 'sig/types.rbs', line 9900

def last_execution_time
  @last_execution_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9899
9900
9901
# File 'sig/types.rbs', line 9899

def last_modified_time
  @last_modified_time
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9893
9894
9895
# File 'sig/types.rbs', line 9893

def pipeline_arn
  @pipeline_arn
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


9896
9897
9898
# File 'sig/types.rbs', line 9896

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


9895
9896
9897
# File 'sig/types.rbs', line 9895

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


9894
9895
9896
# File 'sig/types.rbs', line 9894

def pipeline_name
  @pipeline_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9897
9898
9899
# File 'sig/types.rbs', line 9897

def role_arn
  @role_arn
end