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.
4198 4199 4200 4201 4202 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4198 class UpdateIpAccessSettingsResponse < Struct.new( :ip_access_settings) SENSITIVE = [] include Aws::Structure end |