Class: Aws::Kendra::Types::SaaSConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#host_urlString

The GitHub host URL or API endpoint URL. For example, https://api.github.com.

Returns:

  • (String)


8800
8801
8802
8803
8804
8805
# File 'lib/aws-sdk-kendra/types.rb', line 8800

class SaaSConfiguration < Struct.new(
  :organization_name,
  :host_url)
  SENSITIVE = []
  include Aws::Structure
end

#organization_nameString

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.

Returns:

  • (String)


8800
8801
8802
8803
8804
8805
# File 'lib/aws-sdk-kendra/types.rb', line 8800

class SaaSConfiguration < Struct.new(
  :organization_name,
  :host_url)
  SENSITIVE = []
  include Aws::Structure
end