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.
3125 3126 3127 |
# File 'sig/types.rbs', line 3125 def compute_configuration @compute_configuration end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def membership_identifier @membership_identifier end |
#query_compute_payer_account_id ⇒ ::String
Returns the value of attribute query_compute_payer_account_id.
3126 3127 3128 |
# File 'sig/types.rbs', line 3126 def query_compute_payer_account_id @query_compute_payer_account_id end |
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
Returns the value of attribute result_configuration.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def result_configuration @result_configuration end |
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def sql_parameters @sql_parameters end |
#type ⇒ "SQL"
Returns the value of attribute type.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def type @type end |