Class: Aws::Types::ProtectedQuery

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.



2841
2842
2843
# File 'sig/types.rbs', line 2841

def compute_configuration
  @compute_configuration
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def create_time
  @create_time
end

#differential_privacyTypes::DifferentialPrivacyParameters

Returns the value of attribute differential_privacy.



2840
2841
2842
# File 'sig/types.rbs', line 2840

def differential_privacy
  @differential_privacy
end

#errorTypes::ProtectedQueryError

Returns the value of attribute error.



2839
2840
2841
# File 'sig/types.rbs', line 2839

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2830
2831
2832
# File 'sig/types.rbs', line 2830

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2831
2832
2833
# File 'sig/types.rbs', line 2831

def membership_id
  @membership_id
end

#query_compute_payer_account_id::String

Returns the value of attribute query_compute_payer_account_id.

Returns:

  • (::String)


2842
2843
2844
# File 'sig/types.rbs', line 2842

def 
  @query_compute_payer_account_id
end

#resultTypes::ProtectedQueryResult

Returns the value of attribute result.



2838
2839
2840
# File 'sig/types.rbs', line 2838

def result
  @result
end

#result_configurationTypes::ProtectedQueryResultConfiguration

Returns the value of attribute result_configuration.



2836
2837
2838
# File 'sig/types.rbs', line 2836

def result_configuration
  @result_configuration
end

#sql_parametersTypes::ProtectedQuerySQLParameters

Returns the value of attribute sql_parameters.



2834
2835
2836
# File 'sig/types.rbs', line 2834

def sql_parameters
  @sql_parameters
end

#statisticsTypes::ProtectedQueryStatistics

Returns the value of attribute statistics.



2837
2838
2839
# File 'sig/types.rbs', line 2837

def statistics
  @statistics
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "STARTED", "CANCELLED", "CANCELLING", "FAILED", "SUCCESS", "TIMED_OUT")


2835
2836
2837
# File 'sig/types.rbs', line 2835

def status
  @status
end