Class: Aws::Types::StartProtectedQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::StartProtectedQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
-
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
-
#type ⇒ "SQL"
Returns the value of attribute type.
Instance Attribute Details
#compute_configuration ⇒ Types::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.
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.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def query_compute_payer_account_id @query_compute_payer_account_id end |
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def result_configuration @result_configuration end |
#sql_parameters ⇒ Types::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.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def type @type end |