Class: Aws::Types::AwsMskClusterClusterInfoEncryptionInfoDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_at_restTypes::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_transitTypes::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