Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionConfigRequest
- 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
-
#id ⇒ String
Request the ID for the field-level encryption configuration information.
Instance Attribute Details
#id ⇒ String
Request the ID for the field-level encryption configuration information.
4537 4538 4539 4540 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4537 class GetFieldLevelEncryptionConfigRequest < Struct.new( :id) include Aws::Structure end |