Class: Aws::Types::EncryptionInTransit
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionInTransit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_broker ⇒ "TLS", ...
Returns the value of attribute client_broker.
-
#in_cluster ⇒ Boolean
Returns the value of attribute in_cluster.
Instance Attribute Details
#client_broker ⇒ "TLS", ...
Returns the value of attribute client_broker.
672 673 674 |
# File 'sig/types.rbs', line 672 def client_broker @client_broker end |
#in_cluster ⇒ Boolean
Returns the value of attribute in_cluster.
673 674 675 |
# File 'sig/types.rbs', line 673 def in_cluster @in_cluster end |