Class: Aws::CloudFront::Types::QueryArgProfileEmpty
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::QueryArgProfileEmpty
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
No profile specified for the field-level encryption query argument.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10579 10580 10581 10582 10583 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10579 class QueryArgProfileEmpty < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |