Class: Aws::Kendra::Types::SaaSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SaaSConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides the configuration information to connect to GitHub Enterprise Cloud (SaaS).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_url ⇒ String
The GitHub host URL or API endpoint URL.
-
#organization_name ⇒ String
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.
Instance Attribute Details
#host_url ⇒ String
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
8607 8608 8609 8610 8611 8612 |
# File 'lib/aws-sdk-kendra/types.rb', line 8607 class SaaSConfiguration < Struct.new( :organization_name, :host_url) SENSITIVE = [] include Aws::Structure end |
#organization_name ⇒ String
The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting **Your organizations** under your profile picture dropdown.
8607 8608 8609 8610 8611 8612 |
# File 'lib/aws-sdk-kendra/types.rb', line 8607 class SaaSConfiguration < Struct.new( :organization_name, :host_url) SENSITIVE = [] include Aws::Structure end |