Class: Aws::Types::BatchGetCollaborationAnalysisTemplateOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCollaborationAnalysisTemplateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_analysis_templates ⇒ ::Array[Types::CollaborationAnalysisTemplate]
Returns the value of attribute collaboration_analysis_templates.
-
#errors ⇒ ::Array[Types::BatchGetCollaborationAnalysisTemplateError]
Returns the value of attribute errors.
Instance Attribute Details
#collaboration_analysis_templates ⇒ ::Array[Types::CollaborationAnalysisTemplate]
Returns the value of attribute collaboration_analysis_templates.
333 334 335 |
# File 'sig/types.rbs', line 333 def collaboration_analysis_templates @collaboration_analysis_templates end |
#errors ⇒ ::Array[Types::BatchGetCollaborationAnalysisTemplateError]
Returns the value of attribute errors.
334 335 336 |
# File 'sig/types.rbs', line 334 def errors @errors end |