Class: Aws::Types::ListCollaborationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListCollaborationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_list ⇒ ::Array[Types::CollaborationSummary]
Returns the value of attribute collaboration_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#collaboration_list ⇒ ::Array[Types::CollaborationSummary]
Returns the value of attribute collaboration_list.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def collaboration_list @collaboration_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def next_token @next_token end |