Class: Aws::GeoPlaces::Types::Category
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::Category
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
Category of the Place
returned.
Constant Summary collapse
- SENSITIVE =
[:id, :name, :localized_name, :primary]
Instance Attribute Summary collapse
-
#id ⇒ String
The category ID.
-
#localized_name ⇒ String
Localized name of the category type.
-
#name ⇒ String
The category name.
-
#primary ⇒ Boolean
Boolean which indicates if this category is the primary offered by the place.
Instance Attribute Details
#id ⇒ String
The category ID.
731 732 733 734 735 736 737 738 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 731 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [:id, :name, :localized_name, :primary] include Aws::Structure end |
#localized_name ⇒ String
Localized name of the category type.
731 732 733 734 735 736 737 738 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 731 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [:id, :name, :localized_name, :primary] include Aws::Structure end |
#name ⇒ String
The category name.
731 732 733 734 735 736 737 738 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 731 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [:id, :name, :localized_name, :primary] include Aws::Structure end |
#primary ⇒ Boolean
Boolean which indicates if this category is the primary offered by the place.
731 732 733 734 735 736 737 738 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 731 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [:id, :name, :localized_name, :primary] include Aws::Structure end |