Method: Aws::WorkSpacesWeb::Types::AssociateIpAccessSettingsResponse#ip_access_settings_arn
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings resource.
121 122 123 124 125 126 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 121 class AssociateIpAccessSettingsResponse < Struct.new( :portal_arn, :ip_access_settings_arn) SENSITIVE = [] include Aws::Structure end |