Class: Aws::Types::ProtectedQuerySQLParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arn::String

Returns the value of attribute analysis_template_arn.

Returns:

  • (::String)


2917
2918
2919
# File 'sig/types.rbs', line 2917

def analysis_template_arn
  @analysis_template_arn
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


2918
2919
2920
# File 'sig/types.rbs', line 2918

def parameters
  @parameters
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2916
2917
2918
# File 'sig/types.rbs', line 2916

def query_string
  @query_string
end