Class: Aws::Types::DescribePipelineResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePipelineResponse
- 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_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
-
#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.
-
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
-
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
5061 5062 5063 |
# File 'sig/types.rbs', line 5061 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5062 5063 5064 |
# File 'sig/types.rbs', line 5062 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def last_modified_time @last_modified_time end |
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def last_run_time @last_run_time end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
5063 5064 5065 |
# File 'sig/types.rbs', line 5063 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
5051 5052 5053 |
# File 'sig/types.rbs', line 5051 def pipeline_arn @pipeline_arn end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
5054 5055 5056 |
# File 'sig/types.rbs', line 5054 def pipeline_definition @pipeline_definition end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
5055 5056 5057 |
# File 'sig/types.rbs', line 5055 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
5053 5054 5055 |
# File 'sig/types.rbs', line 5053 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
5052 5053 5054 |
# File 'sig/types.rbs', line 5052 def pipeline_name @pipeline_name end |
#pipeline_status ⇒ "Active", "Deleting"
Returns the value of attribute pipeline_status.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def pipeline_status @pipeline_status end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
5065 5066 5067 |
# File 'sig/types.rbs', line 5065 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
5064 5065 5066 |
# File 'sig/types.rbs', line 5064 def pipeline_version_display_name @pipeline_version_display_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def role_arn @role_arn end |