Class: Aws::CloudFront::Types::FieldPatterns
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldPatterns
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass FieldPatterns data as a hash:
{
quantity: 1, # required
items: ["string"],
}
A complex data type that includes the field patterns to match for field-level encryption.
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
An array of the field-level encryption field patterns.
-
#quantity ⇒ Integer
The number of field-level encryption field patterns.
Instance Attribute Details
#items ⇒ Array<String>
An array of the field-level encryption field patterns.
4196 4197 4198 4199 4200 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4196 class FieldPatterns < Struct.new( :quantity, :items) include Aws::Structure end |
#quantity ⇒ Integer
The number of field-level encryption field patterns.
4196 4197 4198 4199 4200 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4196 class FieldPatterns < Struct.new( :quantity, :items) include Aws::Structure end |