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.
4756 4757 4758 4759 4760 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 4756 class DescribePortalRequest < Struct.new( :portal_id) SENSITIVE = [] include Aws::Structure end |