Class: Aws::Types::UpdateProtectedQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProtectedQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
-
#target_status ⇒ "CANCELLED"
Returns the value of attribute target_status.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def membership_identifier @membership_identifier end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
3432 3433 3434 |
# File 'sig/types.rbs', line 3432 def protected_query_identifier @protected_query_identifier end |
#target_status ⇒ "CANCELLED"
Returns the value of attribute target_status.
3433 3434 3435 |
# File 'sig/types.rbs', line 3433 def target_status @target_status end |