Class: Aws::CloudFront::Types::Restrictions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A complex type that identifies ways in which you want to restrict distribution of your content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geo_restrictionTypes::GeoRestriction

A complex type that controls the countries in which your content is distributed. CloudFront determines the location of your users using MaxMind GeoIP databases.



10584
10585
10586
10587
10588
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10584

class Restrictions < Struct.new(
  :geo_restriction)
  SENSITIVE = []
  include Aws::Structure
end