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")


3174
3175
3176
# File 'sig/types.rbs', line 3174

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def key_id
  @key_id
end