Class: Aws::WorkSpacesWeb::Types::ListIpAccessSettingsResponse

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_settingsArray<Types::IpAccessSettingsSummary>

The IP access settings.

Returns:



1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1837

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1837

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