Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigResult
- Defined in:
- gems/aws-sdk-cloudfront/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
.
5618 5619 5620 5621 5622 5623 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5618 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.
5618 5619 5620 5621 5622 5623 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5618 class GetFieldLevelEncryptionProfileConfigResult < Struct.new( :field_level_encryption_profile_config, :etag) SENSITIVE = [] include Aws::Structure end |