Class: Aws::IoTSiteWise::Types::Location
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Location
- 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
-
#uri ⇒ String
The URI of the location.
Instance Attribute Details
#uri ⇒ String
The URI of the location.
12187 12188 12189 12190 12191 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 12187 class Location < Struct.new( :uri) SENSITIVE = [] include Aws::Structure end |