Class: Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
5662 5663 5664 5665 5666 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5662 class GetFieldLevelEncryptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |