Class: Aws::WorkSpacesWeb::Types::GetPortalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetPortalResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal ⇒ Types::Portal
The web portal.
Instance Attribute Details
#portal ⇒ Types::Portal
The web portal.
1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1383 class GetPortalResponse < Struct.new( :portal) SENSITIVE = [] include Aws::Structure end |