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.
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.
2806 2807 2808 |
# File 'sig/types.rbs', line 2806 def create_time @create_time end |
#differential_privacy ⇒ Types::DifferentialPrivacyParameters
Returns the value of attribute differential_privacy.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def differential_privacy @differential_privacy end |
#error ⇒ Types::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.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def id @id end |
#membership_arn ⇒ ::String
Returns the value of attribute membership_arn.
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.
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.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def query_compute_payer_account_id @query_compute_payer_account_id end |
#result ⇒ Types::ProtectedQueryResult
Returns the value of attribute result.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def result @result end |
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def result_configuration @result_configuration end |
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
2807 2808 2809 |
# File 'sig/types.rbs', line 2807 def sql_parameters @sql_parameters end |
#statistics ⇒ Types::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.
2808 2809 2810 |
# File 'sig/types.rbs', line 2808 def status @status end |