Class: Aws::WorkSpacesWeb::Types::DisassociateIpAccessSettingsRequest

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)


1136
1137
1138
1139
1140
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1136

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