Class: Aws::WorkSpacesWeb::Types::GetIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetIpAccessSettingsRequest
- 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.
1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1765 class GetIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn) SENSITIVE = [] include Aws::Structure end |