Class: Aws::QuickSight::Types::WebProxyCredentials

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The credentials for authenticating with a web proxy server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_proxy_passwordString

The password for authenticating with the web proxy server.

Returns:

  • (String)


41933
41934
41935
41936
41937
41938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41933

class WebProxyCredentials < Struct.new(
  :web_proxy_username,
  :web_proxy_password)
  SENSITIVE = []
  include Aws::Structure
end

#web_proxy_usernameString

The username for authenticating with the web proxy server.

Returns:

  • (String)


41933
41934
41935
41936
41937
41938
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 41933

class WebProxyCredentials < Struct.new(
  :web_proxy_username,
  :web_proxy_password)
  SENSITIVE = []
  include Aws::Structure
end