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.
5638 5639 5640 5641 5642 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5638 class GetFieldLevelEncryptionProfileRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |