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.
322 323 324 |
# File 'sig/types.rbs', line 322 def collaboration_analysis_templates @collaboration_analysis_templates end |
#errors ⇒ ::Array[Types::BatchGetCollaborationAnalysisTemplateError]
Returns the value of attribute errors.
323 324 325 |
# File 'sig/types.rbs', line 323 def errors @errors end |