Class: Aws::EC2::Types::VpcEncryptionControlExclusion

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an exclusion configuration for VPC Encryption Control.

For more information, see [Enforce VPC encryption in transit] in the *Amazon VPC User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the exclusion configuration.

Returns:

  • (String)


84364
84365
84366
84367
84368
84369
# File 'lib/aws-sdk-ec2/types.rb', line 84364

class VpcEncryptionControlExclusion < Struct.new(
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end

#state_messageString

A message providing additional information about the exclusion state.

Returns:

  • (String)


84364
84365
84366
84367
84368
84369
# File 'lib/aws-sdk-ec2/types.rb', line 84364

class VpcEncryptionControlExclusion < Struct.new(
  :state,
  :state_message)
  SENSITIVE = []
  include Aws::Structure
end