Class: Aws::Types::Pipeline

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Returns the value of attribute created_by.

Returns:



9838
9839
9840
# File 'sig/types.rbs', line 9838

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9835
9836
9837
# File 'sig/types.rbs', line 9835

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



9839
9840
9841
# File 'sig/types.rbs', line 9839

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9836
9837
9838
# File 'sig/types.rbs', line 9836

def last_modified_time
  @last_modified_time
end

#last_run_time::Time

Returns the value of attribute last_run_time.

Returns:

  • (::Time)


9837
9838
9839
# File 'sig/types.rbs', line 9837

def last_run_time
  @last_run_time
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



9840
9841
9842
# File 'sig/types.rbs', line 9840

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9829
9830
9831
# File 'sig/types.rbs', line 9829

def pipeline_arn
  @pipeline_arn
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


9832
9833
9834
# File 'sig/types.rbs', line 9832

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


9831
9832
9833
# File 'sig/types.rbs', line 9831

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


9830
9831
9832
# File 'sig/types.rbs', line 9830

def pipeline_name
  @pipeline_name
end

#pipeline_status"Active", "Deleting"

Returns the value of attribute pipeline_status.

Returns:

  • ("Active", "Deleting")


9834
9835
9836
# File 'sig/types.rbs', line 9834

def pipeline_status
  @pipeline_status
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9833
9834
9835
# File 'sig/types.rbs', line 9833

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9841
9842
9843
# File 'sig/types.rbs', line 9841

def tags
  @tags
end