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

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 GetFieldLevelEncryptionProfileConfigRequest data as a hash:

{
  id: "string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


4292
4293
4294
4295
# File 'lib/aws-sdk-cloudfront/types.rb', line 4292

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