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.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def membership_identifier @membership_identifier end |
#protected_query_identifier ⇒ ::String
Returns the value of attribute protected_query_identifier.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def protected_query_identifier @protected_query_identifier end |