Class: Aws::WorkSpacesWeb::Types::IpAccessSettings

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

Overview

The IP access settings resource that can be associated with a web portal.

Constant Summary collapse

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

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the IP access settings.

Returns:

  • (Hash<String,String>)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#associated_portal_arnsArray<String>

A list of web portal ARNs that this IP access settings resource is associated with.

Returns:

  • (Array<String>)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#creation_dateTime

The creation date timestamp of the IP access settings.

Returns:

  • (Time)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#customer_managed_keyString

The customer managed key used to encrypt sensitive information in the IP access settings.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :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)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :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)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :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 resource.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end

#ip_rulesArray<Types::IpRule>

The IP rules of the IP access settings.

Returns:



2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2096

class IpAccessSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :creation_date,
  :customer_managed_key,
  :description,
  :display_name,
  :ip_access_settings_arn,
  :ip_rules)
  SENSITIVE = [:description, :display_name, :ip_rules]
  include Aws::Structure
end