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.
5104 5105 5106 5107 5108 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5104 class DescribePortalRequest < Struct.new( :portal_id) SENSITIVE = [] include Aws::Structure end |