Class: Aws::Types::EncryptionKeyConfigurationInput

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

Defined Under Namespace

Classes: AwsEncryptionKey, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_encryption_keyTypes::AwsEncryptionKeyConfigurationInput

Returns the value of attribute aws_encryption_key.



1384
1385
1386
# File 'sig/types.rbs', line 1384

def aws_encryption_key
  @aws_encryption_key
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def unknown
  @unknown
end