Method: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsRequest#description
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#description ⇒ String
The description of the IP access settings.
4201 4202 4203 4204 4205 4206 4207 4208 4209 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4201 class UpdateIpAccessSettingsRequest < Struct.new( :ip_access_settings_arn, :display_name, :description, :ip_rules, :client_token) SENSITIVE = [:display_name, :description, :ip_rules] include Aws::Structure end |