Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Get the ID for the field-level encryption profile configuration information.
Instance Attribute Details
#id ⇒ String
Get the ID for the field-level encryption profile configuration information.
5265 5266 5267 5268 5269 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5265 class GetFieldLevelEncryptionProfileConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |