Class: Aws::CloudFront::Types::GetFieldLevelEncryptionConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionConfigRequest
- 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.
5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5566 class GetFieldLevelEncryptionConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |