Class: Aws::IoTSiteWise::Types::DescribePortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribePortalRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_id ⇒ String
The ID of the portal.
Instance Attribute Details
#portal_id ⇒ String
The ID of the portal.
5136 5137 5138 5139 5140 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5136 class DescribePortalRequest < Struct.new( :portal_id) SENSITIVE = [] include Aws::Structure end |