Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult
- 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.
-
#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
.
2173 2174 2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2173 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.
2173 2174 2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2173 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.
2173 2174 2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2173 class CreateFieldLevelEncryptionProfileResult < Struct.new( :field_level_encryption_profile, :location, :etag) SENSITIVE = [] include Aws::Structure end |