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.
26736 26737 26738 26739 26740 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26736 class ServiceNowParameters < Struct.new( :site_base_url) SENSITIVE = [] include Aws::Structure end |