Class: Aws::QuickSight::Types::JiraParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::JiraParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The parameters for Jira.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#site_base_url ⇒ String
The base URL of the Jira site.
Instance Attribute Details
#site_base_url ⇒ String
The base URL of the Jira site.
20026 20027 20028 20029 20030 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20026 class JiraParameters < Struct.new( :site_base_url) SENSITIVE = [] include Aws::Structure end |