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.
1573 1574 1575 1576 1577 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1573 class DeleteIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn) SENSITIVE = [] include Aws::Structure end |