Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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 profile configuration result. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


5274
5275
5276
5277
5278
5279
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5274

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

#field_level_encryption_profile_configTypes::FieldLevelEncryptionProfileConfig

Return the field-level encryption profile configuration information.



5274
5275
5276
5277
5278
5279
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5274

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