Class: Aws::EC2::Types::VpcEncryptionNonCompliantResource

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

Overview

Describes a resource that is not compliant with VPC encryption requirements.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the non-compliant resource.

Returns:

  • (String)


85797
85798
85799
85800
85801
85802
85803
85804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85797

class VpcEncryptionNonCompliantResource < Struct.new(
  :id,
  :type,
  :description,
  :is_excludable)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the non-compliant resource.

Returns:

  • (String)


85797
85798
85799
85800
85801
85802
85803
85804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85797

class VpcEncryptionNonCompliantResource < Struct.new(
  :id,
  :type,
  :description,
  :is_excludable)
  SENSITIVE = []
  include Aws::Structure
end

#is_excludableBoolean

Indicates whether the resource can be excluded from encryption enforcement.

Returns:

  • (Boolean)


85797
85798
85799
85800
85801
85802
85803
85804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85797

class VpcEncryptionNonCompliantResource < Struct.new(
  :id,
  :type,
  :description,
  :is_excludable)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the non-compliant resource.

Returns:

  • (String)


85797
85798
85799
85800
85801
85802
85803
85804
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 85797

class VpcEncryptionNonCompliantResource < Struct.new(
  :id,
  :type,
  :description,
  :is_excludable)
  SENSITIVE = []
  include Aws::Structure
end