Class: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsResponse

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

#ip_access_settingsTypes::IpAccessSettings

The IP access settings.



2814
2815
2816
2817
2818
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2814

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