Class: Aws::Types::GetCollaborationAnalysisTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetCollaborationAnalysisTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_template_arn ⇒ ::String
Returns the value of attribute analysis_template_arn.
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
Instance Attribute Details
#analysis_template_arn ⇒ ::String
Returns the value of attribute analysis_template_arn.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def analysis_template_arn @analysis_template_arn end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def collaboration_identifier @collaboration_identifier end |