Class: Aws::Types::EncryptionSupport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_state"enabling", ...

Returns the value of attribute encryption_state.

Returns:

  • ("enabling", "enabled", "disabling", "disabled")


9104
9105
9106
# File 'sig/types.rbs', line 9104

def encryption_state
  @encryption_state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


9105
9106
9107
# File 'sig/types.rbs', line 9105

def state_message
  @state_message
end