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

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


125
126
127
# File 'sig/types.rbs', line 125

def enabled
  @enabled
end

#encryption_type ⇒ "KMS"

Returns the value of attribute encryption_type.

Returns:

  • ("KMS")


126
127
128
# File 'sig/types.rbs', line 126

def encryption_type
  @encryption_type
end

#key_arn ⇒ ::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def key_arn
  @key_arn
end