Class: Aws::CloudFront::Types::GetFieldLevelEncryptionResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

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

Returns:

  • (String)


7468
7469
7470
7471
7472
7473
# File 'lib/aws-sdk-cloudfront/types.rb', line 7468

class GetFieldLevelEncryptionResult < Struct.new(
  :field_level_encryption,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#field_level_encryptionTypes::FieldLevelEncryption

Return the field-level encryption configuration information.



7468
7469
7470
7471
7472
7473
# File 'lib/aws-sdk-cloudfront/types.rb', line 7468

class GetFieldLevelEncryptionResult < Struct.new(
  :field_level_encryption,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end