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


19042
19043
19044
# File 'sig/types.rbs', line 19042

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


19043
19044
19045
# File 'sig/types.rbs', line 19043

def state_message
  @state_message
end