Class: Aws::CloudFront::Types::GetFieldLevelEncryptionProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetFieldLevelEncryptionProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetFieldLevelEncryptionProfileRequest data as a hash:
{
id: "string", # required
}
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.
4608 4609 4610 4611 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4608 class GetFieldLevelEncryptionProfileRequest < Struct.new( :id) include Aws::Structure end |