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

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_settingsTypes::IpAccessSettings

The IP access settings.



3501
3502
3503
3504
3505
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3501

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