Class: Aws::IoTSiteWise::Types::PortalTypeEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PortalTypeEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The configuration entry associated with the specific portal type. The ‘portalTypeConfiguration` is a map of the `portalTypeKey` to the `PortalTypeEntry`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_tools ⇒ Array<String>
The array of tools associated with the specified portal type.
Instance Attribute Details
#portal_tools ⇒ Array<String>
The array of tools associated with the specified portal type. The possible values are ‘ASSISTANT` and `DASHBOARD`.
7896 7897 7898 7899 7900 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7896 class PortalTypeEntry < Struct.new( :portal_tools) SENSITIVE = [] include Aws::Structure end |