Class: Aws::Types::AccountVpcEncryptionControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusionsTypes::AccountVpcEncryptionControlExclusions

Returns the value of attribute exclusions.



175
176
177
# File 'sig/types.rbs', line 175

def exclusions
  @exclusions
end

#last_update_timestamp::Time

Returns the value of attribute last_update_timestamp.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def last_update_timestamp
  @last_update_timestamp
end

#managed_by"account", "declarative-policy"

Returns the value of attribute managed_by.

Returns:

  • ("account", "declarative-policy")


176
177
178
# File 'sig/types.rbs', line 176

def managed_by
  @managed_by
end

#mode"unmanaged", ...

Returns the value of attribute mode.

Returns:

  • ("unmanaged", "attempt-monitor", "attempt-enforce")


174
175
176
# File 'sig/types.rbs', line 174

def mode
  @mode
end

#state"default-state", ...

Returns the value of attribute state.

Returns:

  • ("default-state", "transitions-in-progress", "transitions-partially-successful", "transitions-successful", "transitions-failed")


173
174
175
# File 'sig/types.rbs', line 173

def state
  @state
end