Class: Aws::QuickSight::Types::ServiceNowParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ServiceNowParameters
- Includes:
- Structure
- Defined in:
- 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.
27950 27951 27952 27953 27954 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27950 class ServiceNowParameters < Struct.new( :site_base_url) SENSITIVE = [] include Aws::Structure end |