Class: Aws::WorkSpacesWeb::Types::CreateIpAccessSettingsRequest

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

#additional_encryption_contextHash<String,String>

Additional encryption context of the IP access settings.

Returns:

  • (Hash<String,String>)


630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#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 returns the result from the original successful request.

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

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

Returns:

  • (String)


630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#customer_managed_keyString

The custom managed key of the IP access settings.

Returns:

  • (String)


630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#descriptionString

The description of the IP access settings.

Returns:

  • (String)


630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#display_nameString

The display name of the IP access settings.

Returns:

  • (String)


630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#ip_rulesArray<Types::IpRule>

The IP rules of the IP access settings.

Returns:



630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to add to the browser settings resource. A tag is a key-value pair.

Returns:



630
631
632
633
634
635
636
637
638
639
640
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 630

class CreateIpAccessSettingsRequest < Struct.new(
  :additional_encryption_context,
  :client_token,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_rules,
  :tags)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end