Class: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_access_settings ⇒ Types::IpAccessSettings
The IP access settings.
Instance Attribute Details
#ip_access_settings ⇒ Types::IpAccessSettings
The IP access settings.
4217 4218 4219 4220 4221 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4217 class UpdateIpAccessSettingsResponse < Struct.new( :ip_access_settings) SENSITIVE = [] include Aws::Structure end |