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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


67339
67340
67341
67342
67343
67344
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67339

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)


67339
67340
67341
67342
67343
67344
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67339

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