Class: Aws::GeoPlaces::Types::BusinessChain
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::BusinessChain
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
A businesschain is a chain of businesses that belong to the same brand. For example ‘7-11`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The Business Chain Id.
-
#name ⇒ String
The business chain name.
Instance Attribute Details
#id ⇒ String
The Business Chain Id.
649 650 651 652 653 654 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 649 class BusinessChain < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The business chain name.
649 650 651 652 653 654 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 649 class BusinessChain < Struct.new( :name, :id) SENSITIVE = [] include Aws::Structure end |