Class: Aws::Types::BatchGetCollaborationAnalysisTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCollaborationAnalysisTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_template_arns ⇒ ::Array[::String]
Returns the value of attribute analysis_template_arns.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
Instance Attribute Details
#analysis_template_arns ⇒ ::Array[::String]
Returns the value of attribute analysis_template_arns.
328 329 330 |
# File 'sig/types.rbs', line 328 def analysis_template_arns @analysis_template_arns end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
327 328 329 |
# File 'sig/types.rbs', line 327 def collaboration_identifier @collaboration_identifier end |