Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigRequest

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

Overview

Note:

When making an API call, you may pass GetFieldLevelEncryptionConfigRequest data as a hash:

{
  id: "string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


4256
4257
4258
4259
# File 'lib/aws-sdk-cloudfront/types.rb', line 4256

class GetFieldLevelEncryptionConfigRequest < Struct.new(
  :id)
  include Aws::Structure
end