Class: Aws::QuickSight::Types::ServiceNowParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ServiceNowParameters
- 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
-
#site_base_url ⇒ String
URL of the base site.
Instance Attribute Details
#site_base_url ⇒ String
URL of the base site.
26907 26908 26909 26910 26911 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26907 class ServiceNowParameters < Struct.new( :site_base_url) SENSITIVE = [] include Aws::Structure end |