Class AwsEndpoint
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class AwsEndpoint
Properties
|
Edit this page
View Source
Host
Declaration
public string Host { get; }
Property Value
|
Edit this page
View Source
Declaration
public bool IncludePayloadHashHeader { get; }
Property Value
|
Edit this page
View Source
Path
Declaration
public string Path { get; }
Property Value
|
Edit this page
View Source
Query
Declaration
public string Query { get; }
Property Value
|
Edit this page
View Source
Region
Declaration
public string Region { get; }
Property Value
|
Edit this page
View Source
Service
Declaration
public string Service { get; }
Property Value
Methods
|
Edit this page
View Source
Parse(string)
Declaration
public static AwsEndpoint Parse(string url)
Parameters
| Type |
Name |
Description |
| string |
url |
|
Returns
Extension Methods