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.
3404 3405 3406 |
# File 'sig/types.rbs', line 3404 def membership_identifier @membership_identifier end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
3405 3406 3407 |
# File 'sig/types.rbs', line 3405 def protected_query_identifier @protected_query_identifier end |
#target_status ⇒ "CANCELLED"
Returns the value of attribute target_status.
3406 3407 3408 |
# File 'sig/types.rbs', line 3406 def target_status @target_status end |