Class: Aws::WorkSpacesWeb::Types::DeleteIpAccessSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_access_settings_arnString

The ARN of the IP access settings.

Returns:

  • (String)


1051
1052
1053
1054
1055
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1051

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