Class: Aws::IoTSiteWise::Types::PortalResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PortalResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Identifies an IoT SiteWise Monitor portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the portal.
Instance Attribute Details
#id ⇒ String
The ID of the portal.
7286 7287 7288 7289 7290 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7286 class PortalResource < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |