Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
- 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.
-
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returned when you create a new field-level encryption profile.
-
#location ⇒ String
The fully qualified URI of the new profile resource just created.
Instance Attribute Details
#etag ⇒ String
The current version of the field level encryption profile. For example: ‘E2QWRUHAPOMQZL`.
1959 1960 1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1959 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#field_level_encryption_profile ⇒ Types::FieldLevelEncryptionProfile
Returned when you create a new field-level encryption profile.
1959 1960 1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1959 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The fully qualified URI of the new profile resource just created.
1959 1960 1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1959 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |