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)


1056
1057
1058
1059
1060
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1056

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