Method: Aws::WorkSpacesWeb::Types::UpdateIpAccessSettingsRequest#display_name

Defined in:
lib/aws-sdk-workspacesweb/types.rb

#display_nameString

The display name of the IP access settings.

Returns:

  • (String)


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