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.
317 318 319 |
# File 'sig/types.rbs', line 317 def analysis_template_arns @analysis_template_arns end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
316 317 318 |
# File 'sig/types.rbs', line 316 def collaboration_identifier @collaboration_identifier end |