Class: Aws::Types::Pipeline
- Inherits:
-
Object
- Object
- Aws::Types::Pipeline
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
-
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
-
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#pipeline_status ⇒ "Active", "Deleting"
Returns the value of attribute pipeline_status.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
9800 9801 9802 |
# File 'sig/types.rbs', line 9800 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9797 9798 9799 |
# File 'sig/types.rbs', line 9797 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
9801 9802 9803 |
# File 'sig/types.rbs', line 9801 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9798 9799 9800 |
# File 'sig/types.rbs', line 9798 def last_modified_time @last_modified_time end |
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
9799 9800 9801 |
# File 'sig/types.rbs', line 9799 def last_run_time @last_run_time end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
9802 9803 9804 |
# File 'sig/types.rbs', line 9802 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9791 9792 9793 |
# File 'sig/types.rbs', line 9791 def pipeline_arn @pipeline_arn end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
9794 9795 9796 |
# File 'sig/types.rbs', line 9794 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
9793 9794 9795 |
# File 'sig/types.rbs', line 9793 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
9792 9793 9794 |
# File 'sig/types.rbs', line 9792 def pipeline_name @pipeline_name end |
#pipeline_status ⇒ "Active", "Deleting"
Returns the value of attribute pipeline_status.
9796 9797 9798 |
# File 'sig/types.rbs', line 9796 def pipeline_status @pipeline_status end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9795 9796 9797 |
# File 'sig/types.rbs', line 9795 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
9803 9804 9805 |
# File 'sig/types.rbs', line 9803 def @tags end |