Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionConfigResult

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)


1941
1942
1943
1944
1945
1946
1947
# File 'lib/aws-sdk-cloudfront/types.rb', line 1941

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

#field_level_encryptionTypes::FieldLevelEncryption

Returned when you create a new field-level encryption configuration.



1941
1942
1943
1944
1945
1946
1947
# File 'lib/aws-sdk-cloudfront/types.rb', line 1941

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

#locationString

The fully qualified URI of the new configuration resource just created.

Returns:

  • (String)


1941
1942
1943
1944
1945
1946
1947
# File 'lib/aws-sdk-cloudfront/types.rb', line 1941

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