You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::FieldPatterns

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FieldPatterns as input to an Aws::Client method, you can use a vanilla Hash:

{
  quantity: 1, # required
  items: ["string"],
}

A complex data type that includes the field patterns to match for field-level encryption.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

An array of the field-level encryption field patterns.

Returns:

  • (Array<String>)

    An array of the field-level encryption field patterns.

#quantityInteger

The number of field-level encryption field patterns.

Returns:

  • (Integer)

    The number of field-level encryption field patterns.