Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileRequest

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

{
  id: "string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

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

Returns:

  • (String)


4480
4481
4482
4483
# File 'lib/aws-sdk-cloudfront/types.rb', line 4480

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