Class: Aws::GeoPlaces::Types::AccessRestriction
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AccessRestriction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Indicates if the access location is restricted. Index correlates to that of an access point and indicates if access through this point has some form of restriction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
-
#restricted ⇒ Boolean
The restriction.
Instance Attribute Details
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 55 class AccessRestriction < Struct.new( :restricted, :categories) SENSITIVE = [] include Aws::Structure end |
#restricted ⇒ Boolean
The restriction.
55 56 57 58 59 60 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 55 class AccessRestriction < Struct.new( :restricted, :categories) SENSITIVE = [] include Aws::Structure end |