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.
941 942 943 |
# File 'sig/types.rbs', line 941 def changes @changes end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
940 941 942 |
# File 'sig/types.rbs', line 940 def collaboration_identifier @collaboration_identifier end |