Class: Aws::Types::PipelineSummary
- Inherits:
-
Object
- Object
- Aws::Types::PipelineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_type ⇒ "V1", "V2"
Returns the value of attribute pipeline_type.
-
#updated ⇒ ::Time
Returns the value of attribute updated.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
976 977 978 |
# File 'sig/types.rbs', line 976 def created @created end |
#execution_mode ⇒ "QUEUED", ...
Returns the value of attribute execution_mode.
975 976 977 |
# File 'sig/types.rbs', line 975 def execution_mode @execution_mode end |
#name ⇒ ::String
Returns the value of attribute name.
972 973 974 |
# File 'sig/types.rbs', line 972 def name @name end |
#pipeline_type ⇒ "V1", "V2"
Returns the value of attribute pipeline_type.
974 975 976 |
# File 'sig/types.rbs', line 974 def pipeline_type @pipeline_type end |
#updated ⇒ ::Time
Returns the value of attribute updated.
977 978 979 |
# File 'sig/types.rbs', line 977 def updated @updated end |
#version ⇒ ::Integer
Returns the value of attribute version.
973 974 975 |
# File 'sig/types.rbs', line 973 def version @version end |