Class: Aws::Types::FlowTransitEncryptionKeyConfiguration

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

Defined Under Namespace

Classes: Automatic, SecretsManager, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#automaticTypes::AutomaticEncryptionKeyConfiguration

Returns the value of attribute automatic.



768
769
770
# File 'sig/types.rbs', line 768

def automatic
  @automatic
end

#secrets_managerTypes::SecretsManagerEncryptionKeyConfiguration

Returns the value of attribute secrets_manager.



767
768
769
# File 'sig/types.rbs', line 767

def secrets_manager
  @secrets_manager
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


769
770
771
# File 'sig/types.rbs', line 769

def unknown
  @unknown
end