Class: Aws::Types::GetCollaborationChangeRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationChangeRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#change_request_identifier ⇒ ::String
Returns the value of attribute change_request_identifier.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def change_request_identifier @change_request_identifier end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def collaboration_identifier @collaboration_identifier end |