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

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)


1571
1572
1573
1574
1575
1576
# File 'lib/aws-sdk-cloudfront/types.rb', line 1571

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

#field_level_encryptionTypes::FieldLevelEncryption

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



1571
1572
1573
1574
1575
1576
# File 'lib/aws-sdk-cloudfront/types.rb', line 1571

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

#locationString

The fully qualified URI of the new configuration resource just created. For example: ‘cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5`.

Returns:

  • (String)


1571
1572
1573
1574
1575
1576
# File 'lib/aws-sdk-cloudfront/types.rb', line 1571

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