Class: Aws::Types::ProtectedQuerySQLParameters
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQuerySQLParameters
- 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.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#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.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def analysis_template_arn @analysis_template_arn end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def parameters @parameters end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def query_string @query_string end |