Class: Aws::Types::EncryptionConfigurationForRepositoryCreationTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"AES256", ...

Returns the value of attribute encryption_type.

Returns:

  • ("AES256", "KMS", "KMS_DSSE")


420
421
422
# File 'sig/types.rbs', line 420

def encryption_type
  @encryption_type
end

#kms_key::String

Returns the value of attribute kms_key.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def kms_key
  @kms_key
end