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.



2733
2734
2735
2736
2737
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2733

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