Class: Aws::EC2::Types::VpcEncryptionControlExclusion
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionControlExclusion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#state ⇒ String
73843 73844 73845 73846 73847 73848 |
# File 'lib/aws-sdk-ec2/types.rb', line 73843 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
73843 73844 73845 73846 73847 73848 |
# File 'lib/aws-sdk-ec2/types.rb', line 73843 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |