Class: Aws::Types::UpdateAnalysisTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnalysisTemplateInput
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def analysis_template_identifier @analysis_template_identifier end |
#description ⇒ ::String
Returns the value of attribute description.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def description @description end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def membership_identifier @membership_identifier end |