Class: Aws::CloudFront::Types::GetFieldLevelEncryptionRequest

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

Request the ID for the field-level encryption configuration information.

Returns:

  • (String)


5324
5325
5326
5327
5328
# File 'lib/aws-sdk-cloudfront/types.rb', line 5324

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