Class: Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetFieldLevelEncryptionRequest data as a hash:
{
id: "string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Request the ID for the field-level encryption configuration information.
Instance Attribute Details
#id ⇒ String
Request the ID for the field-level encryption configuration information.
6670 6671 6672 6673 6674 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6670 class GetFieldLevelEncryptionRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |