Class: Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings.
104 105 106 107 108 109 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 104 class AssociateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
104 105 106 107 108 109 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 104 class AssociateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |