Class: Aws::CloudFront::Types::Restrictions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::Restrictions
- 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
-
#geo_restriction ⇒ Types::GeoRestriction
A complex type that controls the countries in which your content is distributed.
Instance Attribute Details
#geo_restriction ⇒ Types::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.
10601 10602 10603 10604 10605 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10601 class Restrictions < Struct.new( :geo_restriction) SENSITIVE = [] include Aws::Structure end |