Class: Aws::Types::PipelineSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
9913 9914 9915 |
# File 'sig/types.rbs', line 9913 def creation_time @creation_time end |
#last_execution_time ⇒ ::Time
Returns the value of attribute last_execution_time.
9915 9916 9917 |
# File 'sig/types.rbs', line 9915 def last_execution_time @last_execution_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9914 9915 9916 |
# File 'sig/types.rbs', line 9914 def last_modified_time @last_modified_time end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
9908 9909 9910 |
# File 'sig/types.rbs', line 9908 def pipeline_arn @pipeline_arn end |
#pipeline_description ⇒ ::String
Returns the value of attribute pipeline_description.
9911 9912 9913 |
# File 'sig/types.rbs', line 9911 def pipeline_description @pipeline_description end |
#pipeline_display_name ⇒ ::String
Returns the value of attribute pipeline_display_name.
9910 9911 9912 |
# File 'sig/types.rbs', line 9910 def pipeline_display_name @pipeline_display_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
9909 9910 9911 |
# File 'sig/types.rbs', line 9909 def pipeline_name @pipeline_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
9912 9913 9914 |
# File 'sig/types.rbs', line 9912 def role_arn @role_arn end |