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.
7735 7736 7737 7738 7739 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7735 class DescribePortalRequest < Struct.new( :portal_id) SENSITIVE = [] include Aws::Structure end |