Class: Aws::Types::UpdateCollaborationChangeRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollaborationChangeRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
-
#change_request_identifier ⇒ ::String
Returns the value of attribute change_request_identifier.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
Instance Attribute Details
#action ⇒ "APPROVE", ...
Returns the value of attribute action.
3240 3241 3242 |
# File 'sig/types.rbs', line 3240 def action @action end |
#change_request_identifier ⇒ ::String
Returns the value of attribute change_request_identifier.
3239 3240 3241 |
# File 'sig/types.rbs', line 3239 def change_request_identifier @change_request_identifier end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
3238 3239 3240 |
# File 'sig/types.rbs', line 3238 def collaboration_identifier @collaboration_identifier end |