Class: Aws::WorkSpacesWeb::Types::DeleteIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DeleteIpAccessSettingsRequest
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#ip_access_settings_arn ⇒ String
The ARN of the IP access settings.
1295 1296 1297 1298 1299 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1295 class DeleteIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn) SENSITIVE = [] include Aws::Structure end |