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 =
[]
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.
677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 677 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [] include Aws::Structure end |
#localized_name ⇒ String
Localized name of the category type.
677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 677 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The category name.
677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 677 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Boolean
Boolean which indicates if this category is the primary offered by the place.
677 678 679 680 681 682 683 684 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 677 class Category < Struct.new( :id, :name, :localized_name, :primary) SENSITIVE = [] include Aws::Structure end |