Class: Aws::IoTSiteWise::Types::Location

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains location information about the cited text and where it's stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#uriString

The URI of the location.

Returns:

  • (String)


7622
7623
7624
7625
7626
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7622

class Location < Struct.new(
  :uri)
  SENSITIVE = []
  include Aws::Structure
end