Class: Aws::Types::PipelineMetadata
- Inherits:
-
Object
- Object
- Aws::Types::PipelineMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
-
#polling_disabled_at ⇒ ::Time
Returns the value of attribute polling_disabled_at.
-
#updated ⇒ ::Time
Returns the value of attribute updated.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
954 955 956 |
# File 'sig/types.rbs', line 954 def created @created end |
#pipeline_arn ⇒ ::String
Returns the value of attribute pipeline_arn.
953 954 955 |
# File 'sig/types.rbs', line 953 def pipeline_arn @pipeline_arn end |
#polling_disabled_at ⇒ ::Time
Returns the value of attribute polling_disabled_at.
956 957 958 |
# File 'sig/types.rbs', line 956 def polling_disabled_at @polling_disabled_at end |
#updated ⇒ ::Time
Returns the value of attribute updated.
955 956 957 |
# File 'sig/types.rbs', line 955 def updated @updated end |