Class: Aws::Types::EncryptionConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("KMS")


3287
3288
3289
# File 'sig/types.rbs', line 3287

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3288
3289
3290
# File 'sig/types.rbs', line 3288

def key_id
  @key_id
end