Class: Aws::EC2::Types::VpcEncryptionControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionControl
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
-
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
-
#state ⇒ String
-
#state_message ⇒ String
-
#tags ⇒ Array<Types::Tag>
-
#vpc_encryption_control_id ⇒ String
-
#vpc_id ⇒ String
Instance Attribute Details
#mode ⇒ String
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_exclusions ⇒ Types::VpcEncryptionControlExclusions
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_encryption_control_id ⇒ String
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
79670 79671 79672 79673 79674 79675 79676 79677 79678 79679 79680 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 79670 class VpcEncryptionControl < Struct.new( :vpc_id, :vpc_encryption_control_id, :mode, :state, :state_message, :resource_exclusions, :tags) SENSITIVE = [] include Aws::Structure end |