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.
7799 7800 7801 7802 7803 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7799 class PortalResource < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |