Class: Aws::GeoPlaces::Types::OpeningHours
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::OpeningHours
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
List of opening hours objects.
Constant Summary collapse
- SENSITIVE =
[:display, :open_now]
Instance Attribute Summary collapse
-
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
-
#components ⇒ Array<Types::OpeningHoursComponents>
Components of the opening hours object.
-
#display ⇒ Array<String>
List of opening hours in the format they are displayed in.
-
#open_now ⇒ Boolean
Boolean which indicates if the result/place is currently open.
Instance Attribute Details
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1820 class OpeningHours < Struct.new( :display, :open_now, :components, :categories) SENSITIVE = [:display, :open_now] include Aws::Structure end |
#components ⇒ Array<Types::OpeningHoursComponents>
Components of the opening hours object.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1820 class OpeningHours < Struct.new( :display, :open_now, :components, :categories) SENSITIVE = [:display, :open_now] include Aws::Structure end |
#display ⇒ Array<String>
List of opening hours in the format they are displayed in. This can vary by result and in most cases represents how the result uniquely formats their opening hours.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1820 class OpeningHours < Struct.new( :display, :open_now, :components, :categories) SENSITIVE = [:display, :open_now] include Aws::Structure end |
#open_now ⇒ Boolean
Boolean which indicates if the result/place is currently open.
1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 1820 class OpeningHours < Struct.new( :display, :open_now, :components, :categories) SENSITIVE = [:display, :open_now] include Aws::Structure end |