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)


5265
5266
5267
5268
5269
# File 'lib/aws-sdk-cloudfront/types.rb', line 5265

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