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)


33124
33125
33126
33127
33128
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33124

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