Class: Aws::Types::ActivatePipelineInput
- Inherits:
-
Object
- Object
- Aws::Types::ActivatePipelineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameter_values ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_values.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#parameter_values ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_values.
13 14 15 |
# File 'sig/types.rbs', line 13 def parameter_values @parameter_values end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def pipeline_id @pipeline_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
14 15 16 |
# File 'sig/types.rbs', line 14 def end |