Class: Aws::WorkSpacesWeb::Types::DeletePortalRequest

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)


1083
1084
1085
1086
1087
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1083

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