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:



9961
9962
9963
# File 'sig/types.rbs', line 9961

def creation_time
  @creation_time
end

#last_execution_time::Time

Returns the value of attribute last_execution_time.

Returns:



9963
9964
9965
# File 'sig/types.rbs', line 9963

def last_execution_time
  @last_execution_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



9962
9963
9964
# File 'sig/types.rbs', line 9962

def last_modified_time
  @last_modified_time
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:



9956
9957
9958
# File 'sig/types.rbs', line 9956

def pipeline_arn
  @pipeline_arn
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:



9959
9960
9961
# File 'sig/types.rbs', line 9959

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:



9958
9959
9960
# File 'sig/types.rbs', line 9958

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:



9957
9958
9959
# File 'sig/types.rbs', line 9957

def pipeline_name
  @pipeline_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



9960
9961
9962
# File 'sig/types.rbs', line 9960

def role_arn
  @role_arn
end