Class: Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/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 resource.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings resource.
87 88 89 90 91 92 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 87 class AssociateIpAccessSettingsResponse < Struct.new( :ip_access_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
87 88 89 90 91 92 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 87 class AssociateIpAccessSettingsResponse < Struct.new( :ip_access_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |