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

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)


5243
5244
5245
5246
5247
5248
# File 'lib/aws-sdk-cloudfront/types.rb', line 5243

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

#field_level_encryption_configTypes::FieldLevelEncryptionConfig

Return the field-level encryption configuration information.



5243
5244
5245
5246
5247
5248
# File 'lib/aws-sdk-cloudfront/types.rb', line 5243

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