Class: Aws::EC2::Types::VerifiedAccessSseSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessSseSpecificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The options in use for server side encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_managed_key_enabled ⇒ Boolean
Indicates whether customer managed KMS keys are in use for server side encryption.
-
#kms_key_arn ⇒ String
The ARN of the KMS key.
Instance Attribute Details
#customer_managed_key_enabled ⇒ Boolean
Indicates whether customer managed KMS keys are in use for server side encryption.
Valid values: ‘True` | `False`
72090 72091 72092 72093 72094 72095 |
# File 'lib/aws-sdk-ec2/types.rb', line 72090 class VerifiedAccessSseSpecificationResponse < Struct.new( :customer_managed_key_enabled, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the KMS key.
72090 72091 72092 72093 72094 72095 |
# File 'lib/aws-sdk-ec2/types.rb', line 72090 class VerifiedAccessSseSpecificationResponse < Struct.new( :customer_managed_key_enabled, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |