Class: Aws::Types::PopulationAnalysisSqlParameters
- Inherits:
-
Object
- Object
- Aws::Types::PopulationAnalysisSqlParameters
- 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.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#analysis_template_arn ⇒ ::String
Returns the value of attribute analysis_template_arn.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def analysis_template_arn @analysis_template_arn end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def query_string @query_string end |