Class: Aws::EC2::Types::EncryptionSupport
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EncryptionSupport
- Defined in:
- gems/aws-sdk-ec2/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.
39522 39523 39524 39525 39526 39527 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39522 class EncryptionSupport < Struct.new( :encryption_state, :state_message) SENSITIVE = [] include Aws::Structure end |
#state_message ⇒ String
A message describing the encryption state.
39522 39523 39524 39525 39526 39527 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39522 class EncryptionSupport < Struct.new( :encryption_state, :state_message) SENSITIVE = [] include Aws::Structure end |