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`.
2536 2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2536 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.
2536 2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2536 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.
2536 2537 2538 2539 2540 2541 2542 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2536 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |