Class: Aws::EC2::Types::VpcEncryptionNonCompliantResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionNonCompliantResource
- 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
-
#description ⇒ String
A description of the non-compliant resource.
-
#id ⇒ String
The ID of the non-compliant resource.
-
#is_excludable ⇒ Boolean
Indicates whether the resource can be excluded from encryption enforcement.
-
#type ⇒ String
The type of the non-compliant resource.
Instance Attribute Details
#description ⇒ String
A description of the non-compliant resource.
84395 84396 84397 84398 84399 84400 84401 84402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84395 class VpcEncryptionNonCompliantResource < Struct.new( :id, :type, :description, :is_excludable) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the non-compliant resource.
84395 84396 84397 84398 84399 84400 84401 84402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84395 class VpcEncryptionNonCompliantResource < Struct.new( :id, :type, :description, :is_excludable) SENSITIVE = [] include Aws::Structure end |
#is_excludable ⇒ Boolean
Indicates whether the resource can be excluded from encryption enforcement.
84395 84396 84397 84398 84399 84400 84401 84402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84395 class VpcEncryptionNonCompliantResource < Struct.new( :id, :type, :description, :is_excludable) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the non-compliant resource.
84395 84396 84397 84398 84399 84400 84401 84402 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84395 class VpcEncryptionNonCompliantResource < Struct.new( :id, :type, :description, :is_excludable) SENSITIVE = [] include Aws::Structure end |