Class: Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
5326 5327 5328 5329 5330 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5326 class GetFieldLevelEncryptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |