Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Instance Attribute Summary collapse
-
#etag ⇒ String
The current version of the field level encryption profile.
-
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the field-level encryption profile information.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption profile. For example: ‘E2QWRUHAPOMQZL`.
4624 4625 4626 4627 4628 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4624 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) include Aws::Structure end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Return the field-level encryption profile information.
4624 4625 4626 4627 4628 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4624 class GetFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :etag) include Aws::Structure end |