Class: Aws::WorkSpacesWeb::Types::GetPortalResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#portalTypes::Portal

The web portal.

Returns:



1351
1352
1353
1354
1355
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1351

class GetPortalResponse < Struct.new(
  :portal)
  SENSITIVE = []
  include Aws::Structure
end