Class: Aws::IoTSiteWise::Types::UpdatePortalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdatePortalResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_status ⇒ Types::PortalStatus
The status of the portal, which contains a state (
UPDATING
after successfully calling this operation) and any error message.
Instance Attribute Details
#portal_status ⇒ Types::PortalStatus
The status of the portal, which contains a state (UPDATING
after
successfully calling this operation) and any error message.
9672 9673 9674 9675 9676 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9672 class UpdatePortalResponse < Struct.new( :portal_status) SENSITIVE = [] include Aws::Structure end |