Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetFieldLevelEncryptionProfileConfigRequest data as a hash:
{
id: "string", # required
}
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.
6595 6596 6597 6598 6599 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6595 class GetFieldLevelEncryptionProfileConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |