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