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.
5042 5043 5044 |
# File 'sig/types.rbs', line 5042 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5039 5040 5041 |
# File 'sig/types.rbs', line 5039 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def last_modified_time @last_modified_time end |
#last_run_time ⇒ ::Time
Returns the value of attribute last_run_time.
5041 5042 5043 |
# File 'sig/types.rbs', line 5041 def last_run_time @last_run_time end |
#parallelism_configuration ⇒ Types::ParallelismConfiguration
Returns the value of attribute parallelism_configuration.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def parallelism_configuration @parallelism_configuration end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
5032 5033 5034 |
# File 'sig/types.rbs', line 5032 def pipeline_arn @pipeline_arn end |
#pipeline_definition ⇒ ::String
Returns the value of attribute pipeline_definition.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def pipeline_definition @pipeline_definition end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
5036 5037 5038 |
# File 'sig/types.rbs', line 5036 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
5033 5034 5035 |
# File 'sig/types.rbs', line 5033 def pipeline_name @pipeline_name end |
#pipeline_status ⇒ "Active", "Deleting"
Returns the value of attribute pipeline_status.
5038 5039 5040 |
# File 'sig/types.rbs', line 5038 def pipeline_status @pipeline_status end |
#pipeline_version_description ⇒ ::String
Returns the value of attribute pipeline_version_description.
5046 5047 5048 |
# File 'sig/types.rbs', line 5046 def pipeline_version_description @pipeline_version_description end |
#pipeline_version_display_name ⇒ ::String
Returns the value of attribute pipeline_version_display_name.
5045 5046 5047 |
# File 'sig/types.rbs', line 5045 def pipeline_version_display_name @pipeline_version_display_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5037 5038 5039 |
# File 'sig/types.rbs', line 5037 def role_arn @role_arn end |