Class: Aws::QuickSight::Types::ServiceNowParameters

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

Overview

The parameters for ServiceNow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#site_base_urlString

URL of the base site.

Returns:

  • (String)


25613
25614
25615
25616
25617
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25613

class ServiceNowParameters < Struct.new(
  :site_base_url)
  SENSITIVE = []
  include Aws::Structure
end