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:



9815
9816
9817
# File 'sig/types.rbs', line 9815

def created_by
  @created_by
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


9812
9813
9814
# File 'sig/types.rbs', line 9812

def creation_time
  @creation_time
end

#last_modified_byTypes::UserContext

Returns the value of attribute last_modified_by.

Returns:



9816
9817
9818
# File 'sig/types.rbs', line 9816

def last_modified_by
  @last_modified_by
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9813
9814
9815
# File 'sig/types.rbs', line 9813

def last_modified_time
  @last_modified_time
end

#last_run_time::Time

Returns the value of attribute last_run_time.

Returns:

  • (::Time)


9814
9815
9816
# File 'sig/types.rbs', line 9814

def last_run_time
  @last_run_time
end

#parallelism_configurationTypes::ParallelismConfiguration

Returns the value of attribute parallelism_configuration.



9817
9818
9819
# File 'sig/types.rbs', line 9817

def parallelism_configuration
  @parallelism_configuration
end

#pipeline_arn::String

Returns the value of attribute pipeline_arn.

Returns:

  • (::String)


9806
9807
9808
# File 'sig/types.rbs', line 9806

def pipeline_arn
  @pipeline_arn
end

#pipeline_description::String

Returns the value of attribute pipeline_description.

Returns:

  • (::String)


9809
9810
9811
# File 'sig/types.rbs', line 9809

def pipeline_description
  @pipeline_description
end

#pipeline_display_name::String

Returns the value of attribute pipeline_display_name.

Returns:

  • (::String)


9808
9809
9810
# File 'sig/types.rbs', line 9808

def pipeline_display_name
  @pipeline_display_name
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


9807
9808
9809
# File 'sig/types.rbs', line 9807

def pipeline_name
  @pipeline_name
end

#pipeline_status"Active", "Deleting"

Returns the value of attribute pipeline_status.

Returns:

  • ("Active", "Deleting")


9811
9812
9813
# File 'sig/types.rbs', line 9811

def pipeline_status
  @pipeline_status
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


9810
9811
9812
# File 'sig/types.rbs', line 9810

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9818
9819
9820
# File 'sig/types.rbs', line 9818

def tags
  @tags
end