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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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>)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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>)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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)


1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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:



1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1670

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