Class: Aws::EC2::Types::VpcEncryptionControlExclusion
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcEncryptionControlExclusion
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#state ⇒ String
77576 77577 77578 77579 77580 77581 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77576 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
77576 77577 77578 77579 77580 77581 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 77576 class VpcEncryptionControlExclusion < Struct.new( :state, :state_message) SENSITIVE = [] include Aws::Structure end |