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.



2814
2815
2816
# File 'sig/types.rbs', line 2814

def compute_configuration
  @compute_configuration
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


2806
2807
2808
# File 'sig/types.rbs', line 2806

def create_time
  @create_time
end

#differential_privacyTypes::DifferentialPrivacyParameters

Returns the value of attribute differential_privacy.



2813
2814
2815
# File 'sig/types.rbs', line 2813

def differential_privacy
  @differential_privacy
end

#errorTypes::ProtectedQueryError

Returns the value of attribute error.



2812
2813
2814
# File 'sig/types.rbs', line 2812

def error
  @error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


2805
2806
2807
# File 'sig/types.rbs', line 2805

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def membership_id
  @membership_id
end

#query_compute_payer_account_id::String

Returns the value of attribute query_compute_payer_account_id.

Returns:

  • (::String)


2815
2816
2817
# File 'sig/types.rbs', line 2815

def 
  @query_compute_payer_account_id
end

#resultTypes::ProtectedQueryResult

Returns the value of attribute result.



2811
2812
2813
# File 'sig/types.rbs', line 2811

def result
  @result
end

#result_configurationTypes::ProtectedQueryResultConfiguration

Returns the value of attribute result_configuration.



2809
2810
2811
# File 'sig/types.rbs', line 2809

def result_configuration
  @result_configuration
end

#sql_parametersTypes::ProtectedQuerySQLParameters

Returns the value of attribute sql_parameters.



2807
2808
2809
# File 'sig/types.rbs', line 2807

def sql_parameters
  @sql_parameters
end

#statisticsTypes::ProtectedQueryStatistics

Returns the value of attribute statistics.



2810
2811
2812
# File 'sig/types.rbs', line 2810

def statistics
  @statistics
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


2808
2809
2810
# File 'sig/types.rbs', line 2808

def status
  @status
end