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

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

#idString

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

Returns:

  • (String)


5257
5258
5259
5260
5261
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5257

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