Class: Aws::Types::PutActionRevisionInput
- Inherits:
-
Object
- Object
- Aws::Types::PutActionRevisionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_revision ⇒ Types::ActionRevision
Returns the value of attribute action_revision.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def action_name @action_name end |
#action_revision ⇒ Types::ActionRevision
Returns the value of attribute action_revision.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def action_revision @action_revision end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def pipeline_name @pipeline_name end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def stage_name @stage_name end |