Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version of the field level encryption configuration. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


4272
4273
4274
4275
4276
# File 'lib/aws-sdk-cloudfront/types.rb', line 4272

class GetFieldLevelEncryptionConfigResult < Struct.new(
  :field_level_encryption_config,
  :etag)
  include Aws::Structure
end

#field_level_encryption_configTypes::FieldLevelEncryptionConfig

Return the field-level encryption configuration information.



4272
4273
4274
4275
4276
# File 'lib/aws-sdk-cloudfront/types.rb', line 4272

class GetFieldLevelEncryptionConfigResult < Struct.new(
  :field_level_encryption_config,
  :etag)
  include Aws::Structure
end