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.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def action @action end |
#change_request_identifier ⇒ ::String
Returns the value of attribute change_request_identifier.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def change_request_identifier @change_request_identifier end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
3211 3212 3213 |
# File 'sig/types.rbs', line 3211 def collaboration_identifier @collaboration_identifier end |