Class: Aws::Types::PutApprovalResultInput
- Inherits:
-
Object
- Object
- Aws::Types::PutApprovalResultInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
-
#result ⇒ Types::ApprovalResult
Returns the value of attribute result.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def action_name @action_name end |
#pipeline_name ⇒ ::String
Returns the value of attribute pipeline_name.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def pipeline_name @pipeline_name end |
#result ⇒ Types::ApprovalResult
Returns the value of attribute result.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def result @result end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def stage_name @stage_name end |
#token ⇒ ::String
Returns the value of attribute token.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def token @token end |