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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7673
7674
7675
7676
7677
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7673

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