Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Get the ID for the field-level encryption profile configuration information.

Returns:

  • (String)


5093
5094
5095
5096
5097
# File 'lib/aws-sdk-cloudfront/types.rb', line 5093

class GetFieldLevelEncryptionProfileConfigRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end