Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the field-level encryption profile configuration result.
-
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Return the field-level encryption profile configuration information.
Instance Attribute Details
#etag ⇒ String
The current version of the field-level encryption profile configuration result. For example: ‘E2QWRUHAPOMQZL`.
5282 5283 5284 5285 5286 5287 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5282 class GetFieldLevelEncryptionProfileConfigResult < Struct.new( :field_level_encryption_profile_config, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption_profile_config ⇒ Types::FieldLevelEncryptionProfileConfig
Return the field-level encryption profile configuration information.
5282 5283 5284 5285 5286 5287 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5282 class GetFieldLevelEncryptionProfileConfigResult < Struct.new( :field_level_encryption_profile_config, :etag) SENSITIVE = [] include Aws::Structure end |