Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileRequest
- 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 information.
Instance Attribute Details
#id ⇒ String
Get the ID for the field-level encryption profile information.
5124 5125 5126 5127 5128 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5124 class GetFieldLevelEncryptionProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |