Class: Aws::Types::EncryptionState

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

Defined Under Namespace

Classes: Default, KmsEncryptionState, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#defaultTypes::Unit

Returns the value of attribute default.

Returns:



443
444
445
# File 'sig/types.rbs', line 443

def default
  @default
end

#kms_encryption_stateTypes::KmsEncryptionState

Returns the value of attribute kms_encryption_state.



442
443
444
# File 'sig/types.rbs', line 442

def kms_encryption_state
  @kms_encryption_state
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


444
445
446
# File 'sig/types.rbs', line 444

def unknown
  @unknown
end