Class: Aws::GeoPlaces::Types::FoodType
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::FoodType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
List of ‘Food` types offered by this result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Food Type Id.
-
#localized_name ⇒ String
Localized name of the food type.
-
#primary ⇒ Boolean
Boolean which indicates if this food type is the primary offered by the place.
Instance Attribute Details
#id ⇒ String
The Food Type Id.
846 847 848 849 850 851 852 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 846 class FoodType < Struct.new( :localized_name, :id, :primary) SENSITIVE = [] include Aws::Structure end |
#localized_name ⇒ String
Localized name of the food type.
846 847 848 849 850 851 852 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 846 class FoodType < Struct.new( :localized_name, :id, :primary) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Boolean
Boolean which indicates if this food type is the primary offered by the place. For example, if a location serves fast food, but also dessert, he primary would likely be fast food.
846 847 848 849 850 851 852 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 846 class FoodType < Struct.new( :localized_name, :id, :primary) SENSITIVE = [] include Aws::Structure end |