Class: Aws::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_at_rest ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
Returns the value of attribute encryption_at_rest.
-
#encryption_in_transit ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
Returns the value of attribute encryption_in_transit.
Instance Attribute Details
#encryption_at_rest ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
Returns the value of attribute encryption_at_rest.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def encryption_at_rest @encryption_at_rest end |
#encryption_in_transit ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
Returns the value of attribute encryption_in_transit.
3232 3233 3234 |
# File 'sig/types.rbs', line 3232 def encryption_in_transit @encryption_in_transit end |