Class: Aws::GeoPlaces::Types::BusinessChain

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The Business Chain Id.

Returns:

  • (String)


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

#nameString

The business chain name.

Returns:

  • (String)


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