Class: Aws::WorkSpacesWeb::Types::CreatePortalResponse

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


814
815
816
817
818
819
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 814

class CreatePortalResponse < Struct.new(
  :portal_arn,
  :portal_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#portal_endpointString

The endpoint URL of the web portal that users access in order to start streaming sessions.

Returns:

  • (String)


814
815
816
817
818
819
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 814

class CreatePortalResponse < Struct.new(
  :portal_arn,
  :portal_endpoint)
  SENSITIVE = []
  include Aws::Structure
end