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")


19729
19730
19731
# File 'sig/types.rbs', line 19729

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


19730
19731
19732
# File 'sig/types.rbs', line 19730

def state_message
  @state_message
end