Class: Aws::Types::EncryptionConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.



141
142
143
# File 'sig/types.rbs', line 141

def key_id
  @key_id
end

#status"UPDATING", "ACTIVE"

Returns the value of attribute status.



142
143
144
# File 'sig/types.rbs', line 142

def status
  @status
end

#type"NONE", "KMS"

Returns the value of attribute type.



143
144
145
# File 'sig/types.rbs', line 143

def type
  @type
end