Class: Aws::Types::ProtectedQuery
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#differential_privacy ⇒ Types::DifferentialPrivacyParameters
Returns the value of attribute differential_privacy.
-
#error ⇒ Types::ProtectedQueryError
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
-
#membership_id ⇒ ::String
Returns the value of attribute membership_id.
-
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
-
#result ⇒ Types::ProtectedQueryResult
Returns the value of attribute result.
-
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
-
#statistics ⇒ Types::ProtectedQueryStatistics
Returns the value of attribute statistics.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#compute_configuration ⇒ Types::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.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def create_time @create_time end |
#differential_privacy ⇒ Types::DifferentialPrivacyParameters
Returns the value of attribute differential_privacy.
2840 2841 2842 |
# File 'sig/types.rbs', line 2840 def differential_privacy @differential_privacy end |
#error ⇒ Types::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.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
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.
2842 2843 2844 |
# File 'sig/types.rbs', line 2842 def query_compute_payer_account_id @query_compute_payer_account_id end |
#result ⇒ Types::ProtectedQueryResult
Returns the value of attribute result.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def result @result end |
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def result_configuration @result_configuration end |
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def sql_parameters @sql_parameters end |
#statistics ⇒ Types::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.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def status @status end |