Class: Aws::Types::PutActionRevisionOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutActionRevisionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_revision ⇒ Boolean
Returns the value of attribute new_revision.
-
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
Instance Attribute Details
#new_revision ⇒ Boolean
Returns the value of attribute new_revision.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def new_revision @new_revision end |
#pipeline_execution_id ⇒ ::String
Returns the value of attribute pipeline_execution_id.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def pipeline_execution_id @pipeline_execution_id end |