Class: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :display_name, :ip_rules]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2798

class UpdateIpAccessSettingsRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#descriptionString

The description of the IP access settings.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2798

class UpdateIpAccessSettingsRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#display_nameString

The display name of the IP access settings.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2798

class UpdateIpAccessSettingsRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#ip_access_settings_arnString

The ARN of the IP access settings.

Returns:

  • (String)


2798
2799
2800
2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2798

class UpdateIpAccessSettingsRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#ip_rulesArray<Types::IpRule>

The updated IP rules of the IP access settings.

Returns:



2798
2799
2800
2801
2802
2803
2804
2805
2806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2798

class UpdateIpAccessSettingsRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end