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.



3152
3153
3154
# File 'sig/types.rbs', line 3152

def compute_configuration
  @compute_configuration
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def membership_identifier
  @membership_identifier
end

#query_compute_payer_account_id::String

Returns the value of attribute query_compute_payer_account_id.

Returns:

  • (::String)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def 
  @query_compute_payer_account_id
end

#result_configurationTypes::ProtectedQueryResultConfiguration

Returns the value of attribute result_configuration.



3151
3152
3153
# File 'sig/types.rbs', line 3151

def result_configuration
  @result_configuration
end

#sql_parametersTypes::ProtectedQuerySQLParameters

Returns the value of attribute sql_parameters.



3150
3151
3152
# File 'sig/types.rbs', line 3150

def sql_parameters
  @sql_parameters
end

#type"SQL"

Returns the value of attribute type.

Returns:

  • ("SQL")


3148
3149
3150
# File 'sig/types.rbs', line 3148

def type
  @type
end