Class: Aws::Types::GetProtectedQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetProtectedQueryInput
- 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.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def membership_identifier @membership_identifier end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def protected_query_identifier @protected_query_identifier end |