Class: Aws::Types::StartProtectedQueryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sql_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::ComputeConfiguration

Returns the value of attribute compute_configuration.



3125
3126
3127
# File 'sig/types.rbs', line 3125

def compute_configuration
  @compute_configuration
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3122
3123
3124
# File 'sig/types.rbs', line 3122

def membership_identifier
  @membership_identifier
end

#query_compute_payer_account_id::String

Returns the value of attribute query_compute_payer_account_id.

Returns:

  • (::String)


3126
3127
3128
# File 'sig/types.rbs', line 3126

def 
  @query_compute_payer_account_id
end

#result_configurationTypes::ProtectedQueryResultConfiguration

Returns the value of attribute result_configuration.



3124
3125
3126
# File 'sig/types.rbs', line 3124

def result_configuration
  @result_configuration
end

#sql_parametersTypes::ProtectedQuerySQLParameters

Returns the value of attribute sql_parameters.



3123
3124
3125
# File 'sig/types.rbs', line 3123

def sql_parameters
  @sql_parameters
end

#type"SQL"

Returns the value of attribute type.

Returns:

  • ("SQL")


3121
3122
3123
# File 'sig/types.rbs', line 3121

def type
  @type
end