Class: Aws::Types::EncryptionAtRestOptionsStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::EncryptionAtRestOptions

Returns the value of attribute options.



1200
1201
1202
# File 'sig/types.rbs', line 1200

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



1201
1202
1203
# File 'sig/types.rbs', line 1201

def status
  @status
end