Class: Aws::EC2::Types::VerifiedAccessSseSpecificationResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#customer_managed_key_enabledBoolean

Indicates whether customer managed KMS keys are in use for server side encryption.

Valid values: ‘True` | `False`

Returns:

  • (Boolean)


67273
67274
67275
67276
67277
67278
# File 'lib/aws-sdk-ec2/types.rb', line 67273

class VerifiedAccessSseSpecificationResponse < Struct.new(
  :customer_managed_key_enabled,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The ARN of the KMS key.

Returns:

  • (String)


67273
67274
67275
67276
67277
67278
# File 'lib/aws-sdk-ec2/types.rb', line 67273

class VerifiedAccessSseSpecificationResponse < Struct.new(
  :customer_managed_key_enabled,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end