Class: Aws::Kendra::Types::SaaSConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::SaaSConfiguration
- Defined in:
- gems/aws-sdk-kendra/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*.
8214 8215 8216 8217 8218 8219 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8214 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.
8214 8215 8216 8217 8218 8219 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8214 class SaaSConfiguration < Struct.new( :organization_name, :host_url) SENSITIVE = [] include Aws::Structure end |