Search Results for

    Show / Hide Table of Contents

    Class AwsServiceResource

    Represents an AWS service resource configuration (region endpoint). Each service type can only have one entry.

    Inheritance
    object
    AwsServiceResource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    [Serializable]
    public class AwsServiceResource

    Fields

    | Edit this page View Source

    region

    Declaration
    [Tooltip("AWS region for this service (e.g. us-east-1).")]
    [SerializeField]
    public string region
    Field Value
    Type Description
    string
    | Edit this page View Source

    serviceType

    Declaration
    [HideInInspector]
    [SerializeField]
    public AwsServiceType serviceType
    Field Value
    Type Description
    AwsServiceType

    Methods

    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation