Class: Aws::Types::Encryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:kms_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"AES256", ...

Returns the value of attribute encryption_type.

Returns:

  • ("AES256", "aws:fsx", "aws:kms", "aws:kms:dsse")


749
750
751
# File 'sig/types.rbs', line 749

def encryption_type
  @encryption_type
end

#kms_context::String

Returns the value of attribute kms_context.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def kms_context
  @kms_context
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def kms_key_id
  @kms_key_id
end