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


3269
3270
3271
# File 'sig/types.rbs', line 3269

def encryption_type
  @encryption_type
end

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


3270
3271
3272
# File 'sig/types.rbs', line 3270

def key_id
  @key_id
end