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`.
1978 1979 1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1978 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.
1978 1979 1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1978 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |