Class: Aws::WorkSpacesWeb::Types::GetIpAccessSettingsResponse

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.



1608
1609
1610
1611
1612
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1608

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