Method: Aws::Kendra::Types::BasicAuthenticationConfiguration#host
- Defined in:
- lib/aws-sdk-kendra/types.rb
#host ⇒ String
The name of the website host you want to connect to using authentication credentials.
For example, the host name of a.example.com/page1.html is “a.example.com”.
650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-kendra/types.rb', line 650 class BasicAuthenticationConfiguration < Struct.new( :host, :port, :credentials) SENSITIVE = [] include Aws::Structure end |