Class: Aws::Types::CreateCollaborationChangeRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollaborationChangeRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changes ⇒ ::Array[Types::ChangeInput]
Returns the value of attribute changes.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
Instance Attribute Details
#changes ⇒ ::Array[Types::ChangeInput]
Returns the value of attribute changes.
960 961 962 |
# File 'sig/types.rbs', line 960 def changes @changes end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
959 960 961 |
# File 'sig/types.rbs', line 959 def collaboration_identifier @collaboration_identifier end |