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

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


269
270
271
# File 'sig/types.rbs', line 269

def enabled
  @enabled
end

#encryption_type"KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("KMS")


270
271
272
# File 'sig/types.rbs', line 270

def encryption_type
  @encryption_type
end

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def key_arn
  @key_arn
end