Class: Aws::Types::EncryptionInfo

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::EncryptionAtRest

Returns the value of attribute encryption_at_rest.



678
679
680
# File 'sig/types.rbs', line 678

def encryption_at_rest
  @encryption_at_rest
end

#encryption_in_transitTypes::EncryptionInTransit

Returns the value of attribute encryption_in_transit.



679
680
681
# File 'sig/types.rbs', line 679

def encryption_in_transit
  @encryption_in_transit
end