Class: Aws::Types::QopConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QopConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_transfer_protection ⇒ "DISABLED", ...
Returns the value of attribute data_transfer_protection.
-
#rpc_protection ⇒ "DISABLED", ...
Returns the value of attribute rpc_protection.
Instance Attribute Details
#data_transfer_protection ⇒ "DISABLED", ...
Returns the value of attribute data_transfer_protection.
779 780 781 |
# File 'sig/types.rbs', line 779 def data_transfer_protection @data_transfer_protection end |
#rpc_protection ⇒ "DISABLED", ...
Returns the value of attribute rpc_protection.
778 779 780 |
# File 'sig/types.rbs', line 778 def rpc_protection @rpc_protection end |