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

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 profile configuration result. For example: ‘E2QWRUHAPOMQZL`.

Returns:

  • (String)


5110
5111
5112
5113
5114
5115
# File 'lib/aws-sdk-cloudfront/types.rb', line 5110

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.



5110
5111
5112
5113
5114
5115
# File 'lib/aws-sdk-cloudfront/types.rb', line 5110

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