Class: Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsRequest

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_settings_arnString

The ARN of the IP access settings.

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 70

class AssociateIpAccessSettingsRequest < Struct.new(
  :ip_access_settings_arn,
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


70
71
72
73
74
75
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 70

class AssociateIpAccessSettingsRequest < Struct.new(
  :ip_access_settings_arn,
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end