Class: Aws::CloudFront::Types::CreateFieldLevelEncryptionProfileResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#etagString

The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL.

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1976

class CreateFieldLevelEncryptionProfileResult < Struct.new(
  :field_level_encryption_profile,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#field_level_encryption_profileTypes::FieldLevelEncryptionProfile

Returned when you create a new field-level encryption profile.



1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1976

class CreateFieldLevelEncryptionProfileResult < Struct.new(
  :field_level_encryption_profile,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The fully qualified URI of the new profile resource just created.

Returns:

  • (String)


1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1976

class CreateFieldLevelEncryptionProfileResult < Struct.new(
  :field_level_encryption_profile,
  :location,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end