Class: Aws::Types::GetAnalysisTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::GetAnalysisTemplateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_template_identifier ⇒ ::String
Returns the value of attribute analysis_template_identifier.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#analysis_template_identifier ⇒ ::String
Returns the value of attribute analysis_template_identifier.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def analysis_template_identifier @analysis_template_identifier end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def membership_identifier @membership_identifier end |