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.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def analysis_template_arn @analysis_template_arn end |
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def collaboration_identifier @collaboration_identifier end |