Class: Aws::EC2::Types::EncryptionSupport
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EncryptionSupport
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the encryption support status for a transit gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_state ⇒ String
The current encryption state of the resource.
-
#state_message ⇒ String
A message describing the encryption state.
Instance Attribute Details
#encryption_state ⇒ String
The current encryption state of the resource.
39527 39528 39529 39530 39531 39532 |
# File 'lib/aws-sdk-ec2/types.rb', line 39527 class EncryptionSupport < Struct.new( :encryption_state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A message describing the encryption state.
39527 39528 39529 39530 39531 39532 |
# File 'lib/aws-sdk-ec2/types.rb', line 39527 class EncryptionSupport < Struct.new( :encryption_state, :state_message) SENSITIVE = [] include Aws::Structure end |