Class: Aws::Types::VpcEncryptionControlExclusion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"enabling", ...

Returns the value of attribute state.

Returns:

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


19708
19709
19710
# File 'sig/types.rbs', line 19708

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


19709
19710
19711
# File 'sig/types.rbs', line 19709

def state_message
  @state_message
end