Class: Aws::WorkSpacesWeb::Types::GetIpAccessSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetIpAccessSettingsResponse
- 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.
1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1608 class GetIpAccessSettingsResponse < Struct.new( :ip_access_settings) SENSITIVE = [] include Aws::Structure end |