Class: Aws::WorkSpacesWeb::Types::CreatePortalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreatePortalResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the web portal.
-
#portal_endpoint ⇒ String
The endpoint URL of the web portal that users access in order to start streaming sessions.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
820 821 822 823 824 825 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 820 class CreatePortalResponse < Struct.new( :portal_arn, :portal_endpoint) SENSITIVE = [] include Aws::Structure end |
#portal_endpoint ⇒ String
The endpoint URL of the web portal that users access in order to start streaming sessions.
820 821 822 823 824 825 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 820 class CreatePortalResponse < Struct.new( :portal_arn, :portal_endpoint) SENSITIVE = [] include Aws::Structure end |