Class: Aws::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_broker ⇒ ::String
Returns the value of attribute client_broker.
-
#in_cluster ⇒ Boolean
Returns the value of attribute in_cluster.
Instance Attribute Details
#client_broker ⇒ ::String
Returns the value of attribute client_broker.
3244 3245 3246 |
# File 'sig/types.rbs', line 3244 def client_broker @client_broker end |
#in_cluster ⇒ Boolean
Returns the value of attribute in_cluster.
3243 3244 3245 |
# File 'sig/types.rbs', line 3243 def in_cluster @in_cluster end |